]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Fix(playbooks/init-system2): Fix syntax
[ansible.git] / playbooks / init-system2.yml
index e4449ebda85eebe9f1ceb6f700b66a455e2ec3ee..40e9aefc164d3eb715b5e38ef4b3b24668187428 100644 (file)
@@ -2,9 +2,9 @@
   hosts: "{{ hosts | default('all') }}"
   gather_facts: true
   roles:
-    - debian/firewall
+    - role: debian/firewall
       when: ansible_facts.os_family == 'Debian'
-    - redhat/firewall
+    - role: redhat/firewall
       when: ansible_facts.os_family == 'RedHat'
     - logcheck
     - root