We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a7cb32f + 14838f4 commit 089bd33Copy full SHA for 089bd33
plugins/modules/netbox_region.py
@@ -94,20 +94,20 @@
94
hosts: localhost
95
gather_facts: False
96
tasks:
97
- - name: Create tenant within Netbox with only required information
98
- netbox_region:
+ - name: Create region within Netbox with only required information
+ netbox.netbox.netbox_region:
99
netbox_url: http://netbox.local
100
netbox_token: thisIsMyToken
101
data:
102
name: "Test Region One"
103
state: present
104
105
- - name: Delete tenant within netbox
106
+ - name: Delete region within netbox
107
108
109
110
- name: Tenant Group ABC
+ name: "Test Region One"
111
state: absent
112
"""
113
0 commit comments