git://git.halfball.org
/
ansiblebook.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cc78fb7
)
update sudo/become
author
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 12 Feb 2017 21:20:11 +0000
(13:20 -0800)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sun, 12 Feb 2017 21:20:11 +0000
(13:20 -0800)
ch12/packer/web-ami.yml
patch
|
blob
|
history
diff --git
a/ch12/packer/web-ami.yml
b/ch12/packer/web-ami.yml
index
1136c86
..
53d0af5
100644
(file)
--- a/
ch12/packer/web-ami.yml
+++ b/
ch12/packer/web-ami.yml
@@
-1,6
+1,6
@@
---
- name: configure a webserver as an ami
hosts: localhost
-
sudo
: True
+
become
: True
roles:
- web