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 goneri committed Jun 25, 2021
1 parent 645d308 commit 4335fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_nat_gateway_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
register: all_ngws
- name: Debugging the result
debug:
ansible.builtin.debug:
msg: "{{ all_ngws.result }}"
- name: Get details on specific nat gateways
Expand Down
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 4335fc1

Please sign in to comment.