--- - name: New aliases. become: yes command: newaliases - name: Restart git daemon. become: yes command: systemctl restart git-daemon - name: Restart Apache2. become: yes systemd: service: apache2 state: restarted - name: Reload NAGIOS4. become: yes systemd: service: nagios4 state: reloaded - name: Restart Munin. become: yes systemd: service: munin state: restarted - name: New shares. become: yes systemd: service: smbd state: reloaded