--- - 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 systemd. become: yes systemd: daemon_reload: yes - name: Import root@core's public key. become: yes command: gpg --import ~/.gnupg-root-pub.pem