Sha256: 945c44f6324f4592f04fefdd6a44f16de6be48cf14e3be7cb207b2e1b47576e7
Contents?: true
Size: 401 Bytes
Versions: 26
Compression:
Stored size: 401 Bytes
Contents
--- - name: install update-notifier-common apt: pkg=update-notifier-common state=present register: install_reboot_dependency ignore_errors: true tags: unattended - name: abort if automatic reboot is unavailable fail: msg="The unattended_automatic_reboot option was selected but the system has no means to reboot automatically" when: install_reboot_dependency | failed tags: unattended
Version data entries
26 entries across 26 versions & 1 rubygems