From 482945fb1e7eadcdaf76fcbcf17b440677225f4f Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Mon, 2 Sep 2019 21:30:08 +0300 Subject: [PATCH] Feat(init-system2): Reorder roles --- playbooks/init-system2.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/playbooks/init-system2.yml b/playbooks/init-system2.yml index 15813ce..662560c 100644 --- a/playbooks/init-system2.yml +++ b/playbooks/init-system2.yml @@ -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 -- 2.39.2