🚨: yamllint conformity
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user