Skip to content

Commit

Permalink
CI fix, but still failing (#407)
Browse files Browse the repository at this point in the history
* test ci

* add group async timeout default
  • Loading branch information
sean-m-sullivan authored Jun 11, 2024
1 parent f3529ce commit 22fb168
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/group/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ah_groups: []
# - name
# - perms
# - state

ah_configuration_group_async_timeout: "{{ ah_configuration_async_timeout | default(1000) }}"
ah_configuration_group_secure_logging: "{{ ah_configuration_secure_logging | default(false) }}"
ah_configuration_group_async_retries: "{{ ah_configuration_async_retries | default(50) }}"
ah_configuration_group_async_delay: "{{ ah_configuration_async_delay | default(1) }}"
Expand Down

0 comments on commit 22fb168

Please sign in to comment.