Skip to content

Commit

Permalink
Update Examples with FQCN (ansible-collections#67)
Browse files Browse the repository at this point in the history
Updated module examples with FQCN

Signed-off-by: Abhijeet Kasurde <[email protected]>

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@98173ae
  • Loading branch information
Akasurde authored and alinabuzachis committed Oct 9, 2023
1 parent 7b3f5f9 commit e3d52b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/iam_password_policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@

EXAMPLES = '''
- name: Password policy for AWS account
iam_password_policy:
community.aws.iam_password_policy:
state: present
min_pw_length: 8
require_symbols: false
Expand Down

0 comments on commit e3d52b9

Please sign in to comment.