Skip to content

Commit

Permalink
Merge pull request #18 from mig5/require_root_updates
Browse files Browse the repository at this point in the history
Need to be root to apply package updates
  • Loading branch information
kushaldas committed Oct 25, 2018
2 parents 5d0e889 + c8197b6 commit aaadc8d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/update_all_templates.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
- hosts: templatevms
become: true
tasks:
- name: Update the TemplateVM
package: name=* state=latest
Expand Down

0 comments on commit aaadc8d

Please sign in to comment.