Skip to content

Commit

Permalink
aws modules: fix examples to use FQCN for builtin modules/plugins (an…
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored and alinabuzachis committed Oct 11, 2024
1 parent 3fbf8dd commit ff9f3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_peering_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
register: all_vpc_peers
- name: Debugging the result
debug:
ansible.builtin.debug:
msg: "{{ all_vpc_peers.result }}"
- name: Get details on specific VPC peer
Expand Down

0 comments on commit ff9f3b0

Please sign in to comment.