Created
September 24, 2018 17:33
-
-
Save ryanmaclean/1b0b71ea7ae93667b18c64674c9a54ec to your computer and use it in GitHub Desktop.
Target Ansible Unattended Upgrades in Ubuntu 16.X+
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Trying target unattended-upgrades, works every time | |
| # from here: https://github.com/ansible/ansible/issues/25414 | |
| - name: Wait for automatic system updates | |
| shell: while pgrep unattended; do sleep 10; done; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment