Skip to content

Commit 215eef7

Browse files
committed
Add workaround for activation.
1 parent 4a7ad6e commit 215eef7

File tree

1 file changed

+4
-0
lines changed
  • tests/integration/targets/user/tasks

1 file changed

+4
-0
lines changed

tests/integration/targets/user/tasks/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@
3636
delegate_to: localhost
3737
run_once: true # noqa run-once[task]
3838

39+
- name: "{{ outer_item.version }} - {{ outer_item.edition | upper }} - Wait for the activation to finish."
40+
ansible.builtin.wait_for:
41+
sleep: 60
42+
3943
- name: "{{ outer_item.version }} - {{ outer_item.edition | upper }} - Create users."
4044
user: # noqa fqcn[action-core] # The FQCN lint makes no sense here, as we want to test our local module
4145
server_url: "{{ checkmk_var_server_url }}"

0 commit comments

Comments
 (0)