Skip to content

Commit

Permalink
fix(playbook/init): ensure hostvars exists
Browse files Browse the repository at this point in the history
  • Loading branch information
gbloquel committed Dec 21, 2023
1 parent fa0d2c3 commit b1c1b04
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
- "{{ _output_dir }}/group_vars/hashistack/secrets"
- "{{ _output_dir }}/group_vars/hashistack_sre"
- "{{ _output_dir }}/host_vars"
- "{{ _output_dir }}/host_vars/{{ hs_workspace }}-{{ hs_archi }}"

loop_control:
loop_var: _current_dir

Expand Down

0 comments on commit b1c1b04

Please sign in to comment.