style: make ansible-lint happier
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
---
|
||||
|
||||
- name: copy basic bashrc files
|
||||
copy:
|
||||
- name: Copy basic bashrc files
|
||||
ansible.builtin.copy:
|
||||
src: files/dotbashrc
|
||||
dest: /root/.bashrc
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: root
|
||||
|
Reference in New Issue
Block a user