Skip to content

Commit

Permalink
Merge pull request #316 from LaurentLesle/aci_network
Browse files Browse the repository at this point in the history
Aci network
  • Loading branch information
LaurentLesle committed Feb 14, 2022
2 parents 681ab2b + a1f522e commit 1a2c973
Showing 1 changed file with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
@@ -1,29 +1,29 @@
- name: "{{deployment}} - Set variables"
set_fact:
destination_path: "{{config.configuration_folders.platform.destination_base_path}}/{{config.configuration_folders.platform.destination_relative_path}}/{{resources.relative_destination_folder}}"
# - name: "{{deployment}} - Set variables"
# set_fact:
# destination_path: "{{config.configuration_folders.platform.destination_base_path}}/{{config.configuration_folders.platform.destination_relative_path}}/{{resources.relative_destination_folder}}"

- debug:
msg:
- "{{tfstate_object}}"
- "{{resources}}"
# - debug:
# msg:
# - "{{tfstate_object}}"
# - "{{resources}}"

- name: "[{{resources.relative_destination_folder}}] Clean-up directory"
file:
path: "{{destination_path}}"
state: absent
when: config.configuration_folders.platform.cleanup_destination | bool
# - name: "[{{resources.relative_destination_folder}}] Clean-up directory"
# file:
# path: "{{destination_path}}"
# state: absent
# when: config.configuration_folders.platform.cleanup_destination | bool

- name: "[{{resources.relative_destination_folder}}] Creates directory"
file:
path: "{{destination_path}}"
state: directory
# - name: "[{{resources.relative_destination_folder}}] Creates directory"
# file:
# path: "{{destination_path}}"
# state: directory


- name: "{{deployment}} - process subscription resources"
include_tasks: "process_subscription_resources.yaml"
loop: "{{resources.subscriptions.keys()}}"
loop_control:
loop_var: subscription_key
# - name: "{{deployment}} - process subscription resources"
# include_tasks: "process_subscription_resources.yaml"
# loop: "{{resources.subscriptions.keys()}}"
# loop_control:
# loop_var: subscription_key

# #
# # container_groups
Expand Down

0 comments on commit 1a2c973

Please sign in to comment.