]> git.phdru.name Git - ansible.git/commitdiff
Feat(init-system2): Reorder roles
authorOleg Broytman <phd@phdru.name>
Mon, 2 Sep 2019 18:30:08 +0000 (21:30 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 2 Sep 2019 18:53:04 +0000 (21:53 +0300)
playbooks/init-system2.yml

index 15813cef744452e940c1833f2e664ff385f154b0..662560c396f33aa38ba6e488e39409a524f8ce5d 100644 (file)
@@ -2,10 +2,10 @@
   hosts: "{{ hosts | default('all') }}"
   gather_facts: true
   roles:
-    - setup-usrlocal
+    - firewall
+    - logcheck
     - role: remove-systemd
       when: ansible_facts.os_family == 'Debian'
     - root
-    - firewall
-    - logcheck
+    - setup-usrlocal
     - sshd