Skip to content

Commit

Permalink
ansible-collections#1573 fix typo in ssm_parameter example doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehas committed Oct 27, 2022
1 parent 696559f commit b764b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ssm_parameter.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
- name: Add or update a tag on an existing parameter w/o removing existing tags
community.aws.ssm_paramater:
name: "Hello"
purge_tags: False
purge_tags: false
tags:
Contact: "person1"
Expand Down

0 comments on commit b764b63

Please sign in to comment.