mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 05:51:43 -07:00
Fix sanity test failure.
This commit is contained in:
parent
d46d92eed5
commit
8f072ea0f5
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ else:
|
||||||
import boto3
|
import boto3
|
||||||
from ansible.modules.cloud.amazon import iam_password_policy
|
from ansible.modules.cloud.amazon import iam_password_policy
|
||||||
|
|
||||||
|
|
||||||
def test_warn_if_state_not_specified():
|
def test_warn_if_state_not_specified():
|
||||||
set_module_args({
|
set_module_args({
|
||||||
"min_pw_length": "8",
|
"min_pw_length": "8",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue