softwareupdate
aadl.softwareupdate
This role will install available updates on OSX using the softwareupdate command.
Requirements
This role presumes you have a user with access to running softwareupdate. This should work for most user accounts.
Role Variables
Variable | Default | Comments |
---|---|---|
softwareupdate_reset_ignored | false | Reset the ignored-updates list |
softwareupdate_recommended_only | true | Only install recommended updates. false installs all updates |
softwareupdate_download_only | false | Only download updates. Don't install. |
softwareupdate_ignore_packages | [] | Append packages to ignore list |
Install
ansible-galaxy install aadl/ansible-role-softwareupdate
License
gpl-3.0
Downloads
742