chore: formatting of hashistack role

This commit is contained in:
Bertrand Lanson 2024-08-03 10:56:12 +02:00
parent 27d8fc79a3
commit 459d176979
Signed by: lanson
SSH Key Fingerprint: SHA256:/nqc6HGqld/PS208F6FUOvZlUzTS0rGpNNwR5O2bQBw
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
--- ---
# task/load_host_vars file for hashistack
- name: "Variables | Stat host specific config file" - name: "Variables | Stat host specific config file"
ansible.builtin.stat: ansible.builtin.stat:
path: "{{ hashistack_configuration_directory }}/{{ group_name }}/{{ inventory_hostname }}/{{ hashistack_configuration_global_vars_file }}" path: "{{ hashistack_configuration_directory }}/{{ group_name }}/{{ inventory_hostname }}/{{ hashistack_configuration_global_vars_file }}"

View File

@ -1,5 +1,5 @@
--- ---
# task/main file for hashi_vars # task/main file for hashistack
- name: "Variables | Load global variables" - name: "Variables | Load global variables"
ansible.builtin.include_tasks: load_global_vars.yml ansible.builtin.include_tasks: load_global_vars.yml
when: not hashistack_only_load_credentials when: not hashistack_only_load_credentials