Skip to content

Commit

Permalink
fix: renamed management resource group variable
Browse files Browse the repository at this point in the history
  • Loading branch information
beepdot committed Sep 6, 2022
1 parent d5a2da4 commit f5653cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/es-azure-snapshot/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ es_snapshot_host: "localhost"
snapshot_base_path: "default"

azure_management_storage_account_name: "{{ sunbird_management_storage_account }}"
azure_management_resource_group_name: "{{ azure_management_resource_group_name }}"
azure_management_storage_resource_group_name: "{{ azure_management_storage_resource_group_name }}"
es_azure_backup_folder_name: "elasticsearch-snapshots"
2 changes: 1 addition & 1 deletion ansible/roles/es-azure-snapshot/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

- name: Ensure backup folder exists in azure blob
azure_rm_storageblob:
resource_group: "{{ azure_management_resource_group_name }}"
resource_group: "{{ azure_management_storage_resource_group_name }}"
storage_account_name: "{{ azure_management_storage_account_name }}"
container: "{{ es_azure_backup_folder_name }}"
state: present
Expand Down
2 changes: 1 addition & 1 deletion private_repo/ansible/inventory/dev/Core/common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sunbird_management_storage_account_name: "change.azure.storage.account.name"
# Management Storage Account
azure_management_tenant_id: ""
azure_management_subscription_id: ""
azure_management_resource_group_name: ""
azure_management_storage_resource_group_name: ""
azure_management_client_id: ""
azure_management_storage_account_name: ""

Expand Down

0 comments on commit f5653cc

Please sign in to comment.