🚨: 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

@@ -10,7 +10,7 @@
url: "{{ nodejs_key_url }}"
dest: /tmp/nodesource.gpg.key
force: true
mode: 0644
mode: "0o644"
- name: Dearmor gpg key
ansible.builtin.command:
@@ -21,7 +21,7 @@
ansible.builtin.copy:
content: "deb [signed-by={{ nodejs_key_path }}] https://deb.nodesource.com/node_{{ nodejs_version }}.x nodistro main"
dest: /etc/apt/sources.list.d/nodesource.list
mode: 0644
mode: "0o644"
- name: Install nodejs
ansible.builtin.apt: