Skip to content

Commit f1d5c56

Browse files
committed
false not true
1 parent 5a614d7 commit f1d5c56

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • roles/manage_provision_entities/tasks

roles/manage_provision_entities/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
body:
3535
entityid: "{{ manage_provision_client_id }}"
3636
run_once: true
37-
check_mode: true # This task does not make changes to the system and can be safely run in check mode
37+
check_mode: false # This task does not make changes to the system and can be safely run in check mode
3838
register: manage_test_entity
3939
until: manage_test_entity is succeeded
4040
retries: 15

0 commit comments

Comments
 (0)