mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Use correct state. (#1150)
This commit is contained in:
parent
39a23a05f0
commit
7caba156fa
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ EXAMPLES = r'''
|
|||
hetzner_user: foo
|
||||
hetzner_password: bar
|
||||
server_ip: 1.2.3.4
|
||||
status: active
|
||||
state: present
|
||||
whitelist_hos: yes
|
||||
rules:
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue