Parcourir la source

changed target group

aeth il y a 9 mois
Parent
commit
ca0f1fdc0f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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: