Skip to content

Commit 7f29ac5

Browse files
committed
modified: roles/gateway_authenticator_maps/tasks/main.yml
1 parent b6c4720 commit 7f29ac5

File tree

1 file changed

+1
-1
lines changed
  • roles/gateway_authenticator_maps/tasks

1 file changed

+1
-1
lines changed

roles/gateway_authenticator_maps/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
register: __gateway_authenticator_maps_job_async
3333
changed_when: not __gateway_authenticator_maps_job_async.changed
3434
vars:
35-
__operation: "{{ operation_translate[__gateway_authenticator_maps_item.state | default(platform_state) | default('present')] }}"
35+
__operation: "{{ operation_translate[__gateway_authenticator_maps_item.state | default(platform_state) | default('present')] }}"
3636
ansible_async_dir: "{{ aap_configuration_async_dir | default(omit) }}"
3737

3838
- name: Authenticator Map | Wait for finish the configuration

0 commit comments

Comments
 (0)