mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
remove some instances of state: installed (#53537)
This fixes the examples in multiple modules so they use `state: present` instead of `state: installed`.
This commit is contained in:
committed by
Alicia Cozine
parent
4172d68dc3
commit
86ba4f3e46
@@ -46,7 +46,7 @@ options:
|
||||
EXAMPLES = '''
|
||||
- swdepot:
|
||||
name: unzip-6.0
|
||||
state: installed
|
||||
state: present
|
||||
depot: 'repository:/path'
|
||||
|
||||
- swdepot:
|
||||
|
||||
Reference in New Issue
Block a user