mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
There is no absent, only disabled
This commit is contained in:
parent
66800925cd
commit
04f5a73bd1
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ EXAMPLES = """
|
|||
s3_key_prefix='' region=us-east-1
|
||||
|
||||
- name: remove cloudtrail
|
||||
local_action: cloudtrail state=absent name=main region=us-east-1
|
||||
local_action: cloudtrail state=disabled name=main region=us-east-1
|
||||
"""
|
||||
|
||||
boto_import_failed = False
|
||||
|
|
Loading…
Reference in a new issue