Skip to content

Commit

Permalink
modified: roles/terraform/tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson committed Feb 29, 2024
1 parent 99acc66 commit 188d907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/terraform/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
notify:
- Terraform init

- name: Copy "{{ item.name }}"
- name: Generate cloud templates from list
ansible.builtin.template:
src: "{{ item.name }}"
src: "{{ item.name }}.j2"
dest: "/tmp/terraform/{{ item.name }}"
loop: "{{ cloud_files }}"

Expand Down

0 comments on commit 188d907

Please sign in to comment.