Skip to content

Commit

Permalink
modified: roles/gateway_authenticator_maps/tasks/main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
djdanielsson committed Oct 22, 2024
1 parent b6c4720 commit 7f29ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/gateway_authenticator_maps/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
register: __gateway_authenticator_maps_job_async
changed_when: not __gateway_authenticator_maps_job_async.changed
vars:
__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')] }}"
ansible_async_dir: "{{ aap_configuration_async_dir | default(omit) }}"

- name: Authenticator Map | Wait for finish the configuration
Expand Down

0 comments on commit 7f29ac5

Please sign in to comment.