Removing all ansible-linter errors
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
- name: Nomad server configuration
|
||||
become: true
|
||||
become: true
|
||||
block:
|
||||
- name: Ensure the root data directory is present
|
||||
ansible.builtin.file:
|
||||
path: "{{ nomad.volumes.root }}"
|
||||
path: "{{ nomad_data.volumes.root }}"
|
||||
state: absent
|
||||
mode: "0755"
|
||||
- name: Ensure registry volume is present
|
||||
ansible.builtin.file:
|
||||
path: "{{ nomad.volumes.registry }}"
|
||||
path: "{{ nomad_data.volumes.registry }}"
|
||||
state: absent
|
||||
mode: "0755"
|
||||
- name: Ensure the MinIO diretory is present
|
||||
ansible.builtin.file:
|
||||
path: "{{ nomad.volumes.nfs }}"
|
||||
path: "{{ nomad_data.volumes.nfs }}"
|
||||
state: absent
|
||||
mode: "0755"
|
||||
|
||||
Reference in New Issue
Block a user