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:
762ca82
)
change sudo to become
author
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 24 Sep 2016 04:17:59 +0000
(21:17 -0700)
committer
Lorin Hochstein
<lhochstein@netflix.com>
Sat, 24 Sep 2016 05:25:01 +0000
(22:25 -0700)
ch02/playbooks/web-notls.yml
patch
|
blob
|
history
diff --git
a/ch02/playbooks/web-notls.yml
b/ch02/playbooks/web-notls.yml
index
ea66c8f
..
8376c99
100644
(file)
--- a/
ch02/playbooks/web-notls.yml
+++ b/
ch02/playbooks/web-notls.yml
@@
-1,7
+1,7
@@
---
- name: Configure webserver with nginx
hosts: webservers
-
sudo
: True
+
become
: True
tasks:
- name: install nginx
apt: name=nginx update_cache=yes