File tree Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change
1
+ bugfixes :
2
+ - Fix task duplicate task name in documentation that cause ansible-lint error
Original file line number Diff line number Diff line change @@ -1076,7 +1076,7 @@ Examples
1076
1076
manufacturer: Test Manufacturer
1077
1077
state: present
1078
1078
1079
- - name: Create device type within NetBox with only required information
1079
+ - name: Create device type within NetBox with more information
1080
1080
netbox.netbox.netbox_device_type:
1081
1081
netbox_url: http://netbox.local
1082
1082
netbox_token: thisIsMyToken
Original file line number Diff line number Diff line change @@ -782,7 +782,7 @@ Examples
782
782
config_template: "my_config_template_slug"
783
783
state: present
784
784
785
- - name: Create platform within NetBox with only required information
785
+ - name: Create platform within NetBox with more information
786
786
netbox.netbox.netbox_platform:
787
787
netbox_url: http://netbox.local
788
788
netbox_token: thisIsMyToken
Original file line number Diff line number Diff line change @@ -1216,7 +1216,7 @@ Examples
1216
1216
gather_facts: false
1217
1217
1218
1218
tasks:
1219
- - name: Create prefix within NetBox with only required information
1219
+ - name: Create prefix within NetBox with only required information before deleting it
1220
1220
netbox.netbox.netbox_prefix:
1221
1221
netbox_url: http://netbox.local
1222
1222
netbox_token: thisIsMyToken
Original file line number Diff line number Diff line change 150
150
manufacturer: Test Manufacturer
151
151
state: present
152
152
153
- - name: Create device type within NetBox with only required information
153
+ - name: Create device type within NetBox with more information
154
154
netbox.netbox.netbox_device_type:
155
155
netbox_url: http://netbox.local
156
156
netbox_token: thisIsMyToken
Original file line number Diff line number Diff line change 106
106
config_template: "my_config_template_slug"
107
107
state: present
108
108
109
- - name: Create platform within NetBox with only required information
109
+ - name: Create platform within NetBox with more information
110
110
netbox.netbox.netbox_platform:
111
111
netbox_url: http://netbox.local
112
112
netbox_token: thisIsMyToken
Original file line number Diff line number Diff line change 153
153
gather_facts: false
154
154
155
155
tasks:
156
- - name: Create prefix within NetBox with only required information
156
+ - name: Create prefix within NetBox with only required information before deleting it
157
157
netbox.netbox.netbox_prefix:
158
158
netbox_url: http://netbox.local
159
159
netbox_token: thisIsMyToken
You can’t perform that action at this time.
0 commit comments