fix: solve linting issues
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3178303536
commit
404a8ab1cb
@ -6,6 +6,7 @@
|
|||||||
dest: "{{ item }}"
|
dest: "{{ item }}"
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
mode: 0644
|
||||||
loop: "{{ users_bash_bashrc_overrides }}"
|
loop: "{{ users_bash_bashrc_overrides }}"
|
||||||
|
|
||||||
- name: Setup custom bash profile at '/etc/profile.d/custom.sh'
|
- name: Setup custom bash profile at '/etc/profile.d/custom.sh'
|
||||||
@ -14,5 +15,6 @@
|
|||||||
dest: /etc/profile.d/custom.sh
|
dest: /etc/profile.d/custom.sh
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
mode: 0644
|
||||||
become: True
|
become: True
|
||||||
become_user: root
|
become_user: root
|
||||||
|
Loading…
Reference in New Issue
Block a user