Skip to content

Commit

Permalink
Add changed_when: false
Browse files Browse the repository at this point in the history
  • Loading branch information
fridim committed Nov 16, 2023
1 parent 02192bd commit eb8b264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/infra-aws-sandbox/tasks/manual_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
--query VpcEndpointConnections[] --output json
register: r_connections
changed_when: false

- name: Reject all VPC endpoint connections
loop: "{{ r_connections.stdout | from_json }}"
Expand Down

0 comments on commit eb8b264

Please sign in to comment.