diff --git a/intro-ansible/01-introduction/deploy.yml b/intro-ansible/01-introduction/deploy.yml index 4333879..197a111 100644 --- a/intro-ansible/01-introduction/deploy.yml +++ b/intro-ansible/01-introduction/deploy.yml @@ -1,6 +1,6 @@ # High level instructions for which tasks apply to which hosts - name: apply local configuration to servers listed in hosts hosts: all - user: root + become: "yes" roles: - common