We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 863df3e commit 90e2d9bCopy full SHA for 90e2d9b
roles/afm_cos_configure/tasks/afm_configure.yml
@@ -70,6 +70,12 @@
70
extra_option_flag: "{{ extra_option_flag }} --gcs"
71
when: "scale_afm_cos_config_params is defined and
72
(scale_afm_cos_config_params.is_gcs is defined and scale_afm_cos_config_params.is_gcs|bool)"
73
+
74
+ - name: create | Set extra parameter config
75
+ set_fact:
76
+ extra_option_flag: "{{ extra_option_flag }} --azure"
77
+ when: "scale_afm_cos_config_params is defined and
78
+ (scale_afm_cos_config_params.is_azure is defined and scale_afm_cos_config_params.is_azure|bool)"
79
80
- name: configure | Create a AFM cos relationship with filesets
81
command: "{{ scale_command_path }}mmafmcosconfig {{ item.filesystem }} {{ item.fileset }} --endpoint {{ item.endpoint }} {{ extra_option_flag }} --directory-object"
0 commit comments