Add permissions on bashrc file.
This commit is contained in:
parent
0ec67c87b8
commit
542e894c48
1 changed files with 4 additions and 1 deletions
|
@ -5,7 +5,10 @@
|
||||||
|
|
||||||
# tasks file for roles/glenux.bash
|
# tasks file for roles/glenux.bash
|
||||||
- name: Install bashrc
|
- name: Install bashrc
|
||||||
copy: src=bashrc dest=~/.bashrc
|
copy: >
|
||||||
|
src=bashrc
|
||||||
|
dest=~/.bashrc
|
||||||
|
mode=0644
|
||||||
become: true
|
become: true
|
||||||
become_user: "{{item}}"
|
become_user: "{{item}}"
|
||||||
with_items: bash_users
|
with_items: bash_users
|
||||||
|
|
Loading…
Reference in a new issue