mirror of
https://github.com/gjkcz/ansible-void.git
synced 2024-11-25 01:35:58 +01:00
Fix mode for bash configuration lock
This commit is contained in:
parent
5179d56fee
commit
4d98ceb779
@ -76,7 +76,7 @@
|
|||||||
path: '{{ item }}'
|
path: '{{ item }}'
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: 644
|
mode: 0644
|
||||||
state: touch
|
state: touch
|
||||||
loop:
|
loop:
|
||||||
- /home/student/.bashrc
|
- /home/student/.bashrc
|
||||||
|
Loading…
Reference in New Issue
Block a user