Update cobbler_system.py (#59316)

State was not referenced appropriately in doc examples.
This commit is contained in:
Chaz Ruhl 2019-07-23 15:13:07 -05:00 committed by Alicia Cozine
parent 6a77533b57
commit aebc3b0730

View file

@ -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
'''