Skip to content

Commit

Permalink
fixing chris' grenade and lint
Browse files Browse the repository at this point in the history
  • Loading branch information
thedoubl3j committed Jan 15, 2025
1 parent 28a8331 commit af25e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -754,10 +754,12 @@
client_id: joe
client_secret: secret
register: result
when: insights_found

- assert:
that:
- "result is changed"
when: insights_found

- name: Delete an Insights token credential
credential:
Expand All @@ -766,10 +768,12 @@
state: absent
credential_type: Insights
register: result
when: insights_found

- assert:
that:
- "result is changed"
when: insights_found

- name: Create a valid Tower-to-Tower credential
credential:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -211,4 +211,3 @@
instance_group:
name: "{{ group_name1 }}"
state: absent

0 comments on commit af25e0e

Please sign in to comment.