From: Lorin Hochstein Date: Sat, 24 Sep 2016 04:17:59 +0000 (-0700) Subject: change sudo to become X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=48a7d88897149b7f87c5bde6ff53fe7a808a058a;p=ansiblebook.git change sudo to become --- diff --git a/ch02/playbooks/web-notls.yml b/ch02/playbooks/web-notls.yml index ea66c8f..8376c99 100644 --- 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