style: make ansible-lint happier

This commit is contained in:
VC
2024-07-05 11:53:33 +02:00
parent b228498a9b
commit f1cd507720
21 changed files with 101 additions and 74 deletions

View File

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