From 48a7d88897149b7f87c5bde6ff53fe7a808a058a Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Fri, 23 Sep 2016 21:17:59 -0700 Subject: [PATCH] change sudo to become --- ch02/playbooks/web-notls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.44.0