]> git.phdru.name Git - ansible.git/blobdiff - playbooks/init-system2.yml
Feat(init-system2): Reorder roles
[ansible.git] / playbooks / init-system2.yml
index a574db17d02b3fe817d1bb16d649aaceed6b08c6..662560c396f33aa38ba6e488e39409a524f8ce5d 100644 (file)
@@ -2,10 +2,10 @@
   hosts: "{{ hosts | default('all') }}"
   gather_facts: true
   roles:
-    - init-system2
+    - firewall
+    - logcheck
     - role: remove-systemd
       when: ansible_facts.os_family == 'Debian'
     - root
-    - firewall
-    - logcheck
+    - setup-usrlocal
     - sshd