Improving yamllint configuration (#11389)

Signed-off-by: Bas Meijer <bas.meijer@enexis.nl>
This commit is contained in:
Bas
2024-07-26 03:42:20 +02:00
committed by GitHub
parent 5394715d9b
commit 8f5f75211f
154 changed files with 342 additions and 334 deletions

View File

@@ -69,7 +69,7 @@
file:
path: "{{ local_release_dir }}/images"
state: directory
mode: 0755
mode: "0755"
owner: "{{ ansible_ssh_user | default(ansible_user_id) }}"
when:
- ansible_os_family not in ["Flatcar", "Flatcar Container Linux by Kinvolk"]
@@ -78,7 +78,7 @@
file:
path: "{{ download_cache_dir }}/images"
state: directory
mode: 0755
mode: "0755"
delegate_to: localhost
connection: local
delegate_facts: no