Explorar el Código

changed target group

aeth hace 9 meses
padre
commit
ca0f1fdc0f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      playbook_gather_facts.yml

+ 1 - 1
playbook_gather_facts.yml

@@ -1,6 +1,6 @@
 ---
 - name: "Gather facts playbook"
-  hosts: "workstations"
+  hosts: "all"
   tasks:
     - name: "gathering facts"
       ansible.builtin.gather_facts: