Skip to content

Instantly share code, notes, and snippets.

@lantins
Created October 19, 2012 20:42
Show Gist options
  • Select an option

  • Save lantins/3920605 to your computer and use it in GitHub Desktop.

Select an option

Save lantins/3920605 to your computer and use it in GitHub Desktop.
- name: ensure scripts in /etc/update-motd.d/ directory are current
action: >
copy src=files/update-motd.d/$item dest=/etc/update-motd.d/$item
owner=root group=root mode=0755 state=file
with_items:
- 00-header
- 01-ansible-managed
- 50-landscape-sysinfo
- 90-updates-available
- 91-release-upgrade
- 98-fsck-at-reboot
- 98-reboot-required
- 99-footer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment