- - name: Reload apt cache
- action: command apt-get update
- - name: Apply kernel variables
- action: service name=procps state=restarted
- - name: Update motd
- action: shell toilet -f future ${ansible_fqdn} > /var/run/motd && echo >> /var/run/motd && uname -snrvm >> /var/run/motd && echo >> /var/run/motd
|