Skip to content

Commit

Permalink
aws modules: fix examples to use FQCN for builtin modules/plugins (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andersson007 authored and GomathiselviS committed Oct 17, 2024
1 parent 63b178d commit 58896ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_placement_group_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
- my-other-cluster
register: specific_ec2_placement_groups
- debug:
- ansible.builtin.debug:
msg: "{{ specific_ec2_placement_groups | json_query(\"[?name=='my-cluster']\") }}"
'''
Expand Down

0 comments on commit 58896ca

Please sign in to comment.