File tree Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Expand file tree Collapse file tree 3 files changed +38
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ script:
98
98
- ansible-playbook tests/integration/regression-tests.yml -vvvv
99
99
- ansible-playbook tests/integration/$VERSION/main.yml -vvvv
100
100
- ansible-inventory -i tests/integration/test-inventory.yml --list
101
+ - ansible-inventory -i tests/integration/test-inventory-plurals.yml --list
101
102
102
103
# Report code coverage
103
104
- (cd /home/travis/.ansible/collections/ansible_collections/$COLLECTION_NAMESPACE/$COLLECTION_NAME && ansible-test coverage report)
Original file line number Diff line number Diff line change
1
+ plugin : netbox.netbox.nb_inventory
2
+ api_endpoint : " http://localhost:32768"
3
+ token : " 0123456789abcdef0123456789abcdef01234567"
4
+ validate_certs : false
5
+
6
+ config_context : True
7
+ plurals : False
8
+ interfaces : True
9
+ services : True
10
+
11
+ group_by :
12
+ - sites
13
+ - tenants
14
+ - racks
15
+ - tags
16
+ - device_roles
17
+ - device_types
18
+ - manufacturers
19
+ - platforms
20
+
Original file line number Diff line number Diff line change 1
1
plugin : netbox.netbox.nb_inventory
2
2
api_endpoint : " http://localhost:32768"
3
3
token : " 0123456789abcdef0123456789abcdef01234567"
4
- validate_certs : false
4
+ validate_certs : False
5
+
6
+ config_context : True
7
+ plurals : False
8
+ interfaces : True
9
+ services : True
10
+
11
+ group_by :
12
+ - site
13
+ - tenant
14
+ - rack
15
+ - tag
16
+ - role
17
+ - device_type
18
+ - manufacturer
19
+ - platform
20
+
You can’t perform that action at this time.
0 commit comments