Skip to content

Commit

Permalink
fix for required_variables
Browse files Browse the repository at this point in the history
  • Loading branch information
cicharka committed Apr 5, 2024
1 parent 2f587cc commit 7a2ee77
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/azure_edges/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- name: Assert all required variables for Azure cEdges deployment
ansible.builtin.include_role:
name: common
tasks_from: aws_required_variables
tasks_from: required_variables
defaults_from: az_required_vars_edges.yml

- name: "Replace underscores with hyphens in the az_resources_prefix string"
Expand Down
2 changes: 1 addition & 1 deletion roles/template_cloudinit/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
- name: Assert all required variables for AWS cloudinit generation
ansible.builtin.include_role:
name: common
tasks_from: aws_required_variables
tasks_from: required_variables
defaults_from: required_vars_controllers.yml

- name: "Prepare directory for results, path: {{ results_dir }}"
Expand Down

0 comments on commit 7a2ee77

Please sign in to comment.