mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add state to rhn_channel docs
This commit is contained in:
parent
783a12cc0e
commit
84b641c96d
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,11 @@ options:
|
||||||
- name of the system as it is known in RHN/Satellite
|
- name of the system as it is known in RHN/Satellite
|
||||||
required: true
|
required: true
|
||||||
default: null
|
default: null
|
||||||
|
state:
|
||||||
|
description:
|
||||||
|
- whether the channel should be present or not
|
||||||
|
required: false
|
||||||
|
default: present
|
||||||
url:
|
url:
|
||||||
description:
|
description:
|
||||||
- The full url to the RHN/Satellite api
|
- The full url to the RHN/Satellite api
|
||||||
|
|
Loading…
Reference in a new issue