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:
parent
4f3004fc56
commit
0733ce8ac5
1 changed files with 2 additions and 2 deletions
|
@ -129,8 +129,8 @@
|
|||
when: admins is defined
|
||||
|
||||
- name: delete root .bashrc
|
||||
become: true
|
||||
become: yes
|
||||
file:
|
||||
state: absent
|
||||
path: "/root/.bashrc"
|
||||
when: not allow_own_root_bashrc
|
||||
when: not allow_own_root_bashrc|bool
|
||||
|
|
Loading…
Reference in a new issue