We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c4720 commit 7f29ac5Copy full SHA for 7f29ac5
roles/gateway_authenticator_maps/tasks/main.yml
@@ -32,7 +32,7 @@
32
register: __gateway_authenticator_maps_job_async
33
changed_when: not __gateway_authenticator_maps_job_async.changed
34
vars:
35
- __operation: "{{ operation_translate[__gateway_authenticator_maps_item.state | default(platform_state) | default('present')] }}"
+ __operation: "{{ operation_translate[__gateway_authenticator_maps_item.state | default(platform_state) | default('present')] }}"
36
ansible_async_dir: "{{ aap_configuration_async_dir | default(omit) }}"
37
38
- name: Authenticator Map | Wait for finish the configuration
0 commit comments