Ver código fonte

changed target group

aeth 9 meses atrás
pai
commit
ca0f1fdc0f
1 arquivos alterados com 1 adições e 1 exclusões
  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: