diff --git a/playbooks/hosts/magazine2.fedorainfracloud.org.yml b/playbooks/hosts/magazine2.fedorainfracloud.org.yml index 37b7b74a92..d6ec8e677e 100644 --- a/playbooks/hosts/magazine2.fedorainfracloud.org.yml +++ b/playbooks/hosts/magazine2.fedorainfracloud.org.yml @@ -28,9 +28,6 @@ - name: set hostname (required by some services, at least postfix need it) hostname: name="{{inventory_hostname}}" - roles: - - basessh - tasks: - name: add packages yum: state=present name={{ item }} @@ -58,6 +55,7 @@ service: name=postfix enabled=yes state=started roles: + - basessh - nagios_client - mariadb_server