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 }}"
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
loop: "{{ users_bash_bashrc_overrides }}"
|
||||
|
||||
- name: Setup custom bash profile at '/etc/profile.d/custom.sh'
|
||||
@ -14,5 +15,6 @@
|
||||
dest: /etc/profile.d/custom.sh
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
become: True
|
||||
become_user: root
|
||||
|
Loading…
Reference in New Issue
Block a user