Skip to content

Commit

Permalink
Add directory creation and permissions for target structure in genera…
Browse files Browse the repository at this point in the history
…te_hcl_files.yml
  • Loading branch information
Your Name committed Jun 26, 2025
1 parent 8acfeb2 commit 5d45532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/generate_hcl_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@
- name: Create target directory structure
ansible.builtin.file:
path: "{{ output_dir }}/{{ env_name }}/{{ region_name }}/vpc/{{ cluster_dir }}"
state: directory
mode: '0755'

# Copy any additional files in module directories (like README.md)
- name: Find all additional files in module directories
Expand Down

0 comments on commit 5d45532

Please sign in to comment.