mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
modules: fix examples to use FQCN (#644)
* modules: fix examples to use FQCN * fix * fix * fix
This commit is contained in:
@@ -56,14 +56,14 @@ options:
|
||||
|
||||
EXAMPLES = r'''
|
||||
- name: Set value of failover IP 1.2.3.4 to 5.6.7.8
|
||||
hetzner_failover_ip:
|
||||
community.general.hetzner_failover_ip:
|
||||
hetzner_user: foo
|
||||
hetzner_password: bar
|
||||
failover_ip: 1.2.3.4
|
||||
value: 5.6.7.8
|
||||
|
||||
- name: Set value of failover IP 1.2.3.4 to unrouted
|
||||
hetzner_failover_ip:
|
||||
community.general.hetzner_failover_ip:
|
||||
hetzner_user: foo
|
||||
hetzner_password: bar
|
||||
failover_ip: 1.2.3.4
|
||||
|
||||
Reference in New Issue
Block a user