base.yml 305 B

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