Skip to content

Commit 941747a

Browse files
committed
fix functional tests error
1 parent 7c50128 commit 941747a

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • functional-test/src/test/resources/project-import

functional-test/src/test/resources/project-import/ansible-large-inventory/rundeck-ansible-large-inventory/files/etc/project.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,13 @@ resources.source.1.type=local
2525
resources.source.2.config.ansible-config-file-path=/home/rundeck/ansible/ansible.cfg
2626
resources.source.2.config.ansible-gather-facts=false
2727
resources.source.2.config.ansible-ignore-errors=true
28+
resources.source.2.config.ansible-import-inventory-vars=true
2829
resources.source.2.config.ansible-inventory=/home/rundeck/ansible/large-inventory.py
2930
resources.source.2.type=com.batix.rundeck.plugins.AnsibleResourceModelSourceFactory
3031
resources.source.3.config.ansible-config-file-path=/home/rundeck/ansible-list
3132
resources.source.3.config.ansible-gather-facts=false
3233
resources.source.3.config.ansible-ignore-errors=true
34+
resources.source.3.config.ansible-import-inventory-vars=true
3335
resources.source.3.type=com.batix.rundeck.plugins.AnsibleResourceModelSourceFactory
3436
service.FileCopier.default.provider=sshj-scp
3537
service.NodeExecutor.default.provider=sshj-ssh

functional-test/src/test/resources/project-import/ansible-yaml-parsing/rundeck-yaml-parsing/files/etc/project.properties

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ resources.source.1.type=local
2525
resources.source.2.config.ansible-config-file-path=/home/rundeck/ansible-yaml-parsing/ansible.cfg
2626
resources.source.2.config.ansible-gather-facts=false
2727
resources.source.2.config.ansible-ignore-errors=true
28+
resources.source.2.config.ansible-import-inventory-vars=true
2829
resources.source.2.config.ansible-inventory=/home/rundeck/ansible-yaml-parsing/inventory_duplicate_key.yaml
2930
resources.source.2.type=com.batix.rundeck.plugins.AnsibleResourceModelSourceFactory
3031
service.FileCopier.default.provider=sshj-scp

0 commit comments

Comments
 (0)