fix: solve linting issues
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-02-06 14:33:23 +01:00
parent 3178303536
commit 404a8ab1cb
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 0 deletions

View File

@ -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