We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a614d7 commit f1d5c56Copy full SHA for f1d5c56
1 file changed
roles/manage_provision_entities/tasks/main.yml
@@ -34,7 +34,7 @@
34
body:
35
entityid: "{{ manage_provision_client_id }}"
36
run_once: true
37
- check_mode: true # This task does not make changes to the system and can be safely run in check mode
+ check_mode: false # This task does not make changes to the system and can be safely run in check mode
38
register: manage_test_entity
39
until: manage_test_entity is succeeded
40
retries: 15
0 commit comments