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 4a7ad6e commit 215eef7Copy full SHA for 215eef7
tests/integration/targets/user/tasks/test.yml
@@ -36,6 +36,10 @@
36
delegate_to: localhost
37
run_once: true # noqa run-once[task]
38
39
+- name: "{{ outer_item.version }} - {{ outer_item.edition | upper }} - Wait for the activation to finish."
40
+ ansible.builtin.wait_for:
41
+ sleep: 60
42
+
43
- name: "{{ outer_item.version }} - {{ outer_item.edition | upper }} - Create users."
44
user: # noqa fqcn[action-core] # The FQCN lint makes no sense here, as we want to test our local module
45
server_url: "{{ checkmk_var_server_url }}"
0 commit comments