Added joe tags
This commit is contained in:
14
training/tags.yml
Normal file
14
training/tags.yml
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
- name: Instalar editor Joe
|
||||||
|
hosts: all
|
||||||
|
become: yes
|
||||||
|
tasks:
|
||||||
|
- name: Instalar Joe
|
||||||
|
apt:
|
||||||
|
name: joe
|
||||||
|
state: present
|
||||||
|
tags: install
|
||||||
|
|
||||||
|
- name: Mostrar versión de Joe
|
||||||
|
debug:
|
||||||
|
msg: "Joe está instalado, versión: {{ joe_version.stdout }}"
|
||||||
|
tags: version
|
||||||
Reference in New Issue
Block a user