1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_dotfiles.git synced 2024-08-16 16:09:49 +02:00

Improve var name

This commit is contained in:
L3D 2019-05-19 19:17:07 +02:00
parent 4f3004fc56
commit 0733ce8ac5
Signed by: l3d
GPG key ID: CD08445BFF4313D1

View file

@ -129,8 +129,8 @@
when: admins is defined when: admins is defined
- name: delete root .bashrc - name: delete root .bashrc
become: true become: yes
file: file:
state: absent state: absent
path: "/root/.bashrc" path: "/root/.bashrc"
when: not allow_own_root_bashrc when: not allow_own_root_bashrc|bool