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 Jul 14, 2021
1 parent 9d1c6f6 commit 75ae582
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 75ae582

Please sign in to comment.