Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
pugnacity committed Jan 9, 2025
1 parent d680da4 commit d77f516
Showing 1 changed file with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@
controller: controller_two
register: test_three

- debug:
msg: "{{ test_three }}"

- name: "CONTROLLER GROUP 3: ASSERT - Update"
assert:
that:
Expand All @@ -61,9 +58,6 @@
controller: controller_two
register: test_four

- debug:
msg: "{{ test_four }}"

- name: "CONTROLLER GROUP 4: ASSERT - idempotent"
assert:
that:
Expand All @@ -80,9 +74,6 @@
state: absent
register: test_five

- debug:
msg: "{{ test_five }}"

- name: "CONTROLLER 5: ASSERT - Delete"
assert:
that:
Expand All @@ -100,13 +91,10 @@
state: absent
register: test_six

- debug:
msg: "{{ test_six }}"

- name: "CONTROLLER GROUP 6: ASSERT - Delete non existing"
assert:
that:
- not test_five['changed']
- not test_six['changed']
- test_six['controller_managed_device_group'] == None
- test_six['msg'] == "controller_managed_device_group Test Controller Group Two already absent"

0 comments on commit d77f516

Please sign in to comment.