🚨: yamllint conformity

This commit is contained in:
VC
2024-07-05 11:53:53 +02:00
parent 8ee9a0f8ef
commit 192bf6dfcd
48 changed files with 103 additions and 95 deletions

View File

@@ -64,7 +64,7 @@
ansible.builtin.copy:
src: files/dotbashrc
dest: /root/.bashrc
mode: 0644
mode: "0o644"
owner: root
group: root
@@ -72,7 +72,7 @@
ansible.builtin.copy:
src: files/vim/
dest: /root/.vim
mode: 0755
mode: "0o755"
owner: root
group: root
@@ -82,7 +82,7 @@
ansible.builtin.template:
src: sshd_config.j2
dest: /etc/ssh/sshd_config
mode: 0644
mode: "0o644"
notify:
- Restart sshd
@@ -102,4 +102,4 @@
ansible.builtin.copy:
src: files/5-install
dest: /etc/cron-apt/action.d/5-install
mode: 0644
mode: "0o644"