Fix ansible-lint rule violations

This commit is contained in:
ansible-code-bot[bot]
2024-09-11 20:13:03 +00:00
parent 03c8025a68
commit 9dd769e6b8
18 changed files with 126 additions and 132 deletions

View File

@@ -8,8 +8,7 @@
ansible.builtin.file:
path: /root/testfile.txt
state: touch
mode: '0755'
mode: "0755"
- name: Add line in file
ansible.builtin.lineinfile: