Update cobbler_system.py (#59316)
State was not referenced appropriately in doc examples.
This commit is contained in:
parent
6a77533b57
commit
aebc3b0730
1 changed files with 3 additions and 0 deletions
|
@ -107,6 +107,7 @@ EXAMPLES = r'''
|
|||
host: cobbler01
|
||||
username: cobbler
|
||||
password: MySuperSecureP4sswOrd
|
||||
state: query
|
||||
register: cobbler_systems
|
||||
delegate_to: localhost
|
||||
|
||||
|
@ -116,6 +117,7 @@ EXAMPLES = r'''
|
|||
username: cobbler
|
||||
password: MySuperSecureP4sswOrd
|
||||
name: '{{ inventory_hostname }}'
|
||||
state: query
|
||||
register: cobbler_properties
|
||||
delegate_to: localhost
|
||||
|
||||
|
@ -125,6 +127,7 @@ EXAMPLES = r'''
|
|||
username: cobbler
|
||||
password: MySuperSecureP4sswOrd
|
||||
name: myhost
|
||||
state: absent
|
||||
delegate_to: localhost
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue