File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
roles/nfs_ic_failover/tasks Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 41
41
register : env_var_result
42
42
loop :
43
43
- IC_REGION
44
- - IC_ZONE
44
+ - IC_SUBNET
45
45
- IC_RG
46
- - IC_VPC
47
- - IC_RT
48
46
when : scale_protocol_node | default(false) == true and file_check_result.rc != 0
49
47
50
48
- name : Set facts for the fetched variables
61
59
replace : ' {{ item.key }}={{ item.value }}'
62
60
loop :
63
61
- { regex: 'IC_REGION', key: 'IC_REGION', value: '{{ IC_REGION }}' }
64
- - { regex: 'IC_ZONE ', key: 'IC_ZONE ', value: '{{ IC_ZONE }}' }
62
+ - { regex: 'IC_SUBNET ', key: 'IC_SUBNET ', value: '{{ IC_SUBNET }}' }
65
63
- { regex: 'IC_RG', key: 'IC_RG', value: '{{ IC_RG }}' }
66
- - { regex: 'IC_VPC', key: 'IC_VPC', value: '{{ IC_VPC }}' }
67
- - { regex: 'IC_RT', key: 'IC_RT', value: '{{ IC_RT }}' }
68
64
when : scale_protocol_node | default(false) == true and file_check_result.rc != 0
You can’t perform that action at this time.
0 commit comments