base.yml 227 B

12345
  1. - name: Reload apt cache
  2. action: command apt-get update
  3. - name: Update motd
  4. action: shell toilet -f future ${ansible_fqdn} > /var/run/motd && echo >> /var/run/motd && uname -snrvm >> /var/run/motd && echo >> /var/run/motd