removing oh-my-zsh is no longer necessary

This commit is contained in:
Jörg Thalheim 2015-10-13 19:53:10 +00:00
parent 56af2d7431
commit 36295a5bb4
1 changed files with 0 additions and 5 deletions

View File

@ -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