mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-22 14:01:42 -07: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:
parent
4172d68dc3
commit
86ba4f3e46
4 changed files with 11 additions and 5 deletions
|
@ -371,7 +371,7 @@ EXAMPLES = r'''
|
|||
- nm-connection-editor
|
||||
- libsemanage-python
|
||||
- policycoreutils-python
|
||||
state: installed
|
||||
state: present
|
||||
|
||||
##### Working with all cloud nodes - Teaming
|
||||
- name: Try nmcli add team - conn_name only & ip4 gw4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue