Skip to content

Commit

Permalink
Update uu_provisioning.yml
Browse files Browse the repository at this point in the history
Optionally disable security updates in uu_provisioning.
  • Loading branch information
dometto committed Jul 25, 2024
1 parent 94d4072 commit 508d1fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/uu_provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
roles:
- role: uu_generic
- role: security_updates
when: uu_provisioning_security | default(true, true) | bool
vars:
security_updates_firstrun: true
security_updates_periodic: false

0 comments on commit 508d1fe

Please sign in to comment.