Skip to content

Commit

Permalink
Update bools in ec2_instance (ansible-collections#1055)
Browse files Browse the repository at this point in the history
Update bools documentation in ec2_instance

SUMMARY
See also ansible-collections#1041
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
ec2_instance
ADDITIONAL INFORMATION
Split from ansible-collections#978 to work around CI issues

Reviewed-by: Alina Buzachis <None>
  • Loading branch information
tremble authored Sep 22, 2022
1 parent c202eb8 commit b9de59d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelogs/fragments/1055-bools.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
trivial:
- various modules - Adjust booleans from ``yes``/``no`` to ``true``/``false`` in docs (https://github.com/ansible-collections/amazon.aws/pull/1055).
4 changes: 2 additions & 2 deletions plugins/modules/ec2_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@
region: us-east-2
vpc_subnet_id: subnet-0123456
network:
assign_public_ip: yes
assign_public_ip: true
security_group: default
tags:
foo: bar
Expand All @@ -505,7 +505,7 @@
count: 3
region: us-east-2
network:
assign_public_ip: yes
assign_public_ip: true
security_group: default
vpc_subnet_id: subnet-0123456
state: present
Expand Down

0 comments on commit b9de59d

Please sign in to comment.