mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-15 05:11:23 +00:00
committed by
Sloane Hertel
parent
17a008654a
commit
9322486ac3
@@ -539,7 +539,8 @@ def main():
|
||||
else:
|
||||
stack_params['NotificationARNs'] = []
|
||||
|
||||
if module.params['stack_policy'] is not None:
|
||||
# can't check the policy when verifying.
|
||||
if module.params['stack_policy'] is not None and not module.check_mode:
|
||||
stack_params['StackPolicyBody'] = open(module.params['stack_policy'], 'r').read()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user