Unreal amounts of linter fixes
Some checks failed
Ansible Linting / ansible-lint (push) Failing after 4s
Secops Linting and Safety Checks / checkov-scan-s3 (push) Failing after 16s

This commit is contained in:
2025-05-26 01:10:00 -07:00
parent 8ef606153f
commit 75b7f2fa3d
15 changed files with 39 additions and 122 deletions

View File

@@ -2,7 +2,9 @@
ansible.builtin.file:
path: "{{ nomad.volumes.root }}"
state: directory
mode: "0755"
- name: Ensure registry volume is present
ansible.builtin.file:
path: "{{ nomad.volumes.registry }}"
state: directory
state: directory
mode: "0755"