diff --git a/roles/container/tasks/main.yml b/roles/container/tasks/main.yml index 869088c..027f41e 100644 --- a/roles/container/tasks/main.yml +++ b/roles/container/tasks/main.yml @@ -6,11 +6,6 @@ with_items: masked_services - user: name=root shell=/bin/bash -- name: delete oh-my-zsh repo - file: path=/root/.oh-my-zsh state=absent -- name: delete .zshrc - file: path=/root/.zshrs state=absent - - name: Allow wheel group to use sudo lineinfile: "dest=/etc/sudoers state=present regexp='^%wheel' line='%wheel ALL=(ALL) NOPASSWD: ALL'" - name: Write mirrorlist