changed where collections are installed for build
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -63,7 +63,7 @@ pipeline {
|
|||||||
|
|
||||||
stage('Install Ansible Collections') {
|
stage('Install Ansible Collections') {
|
||||||
steps {
|
steps {
|
||||||
sh 'ansible-galaxy collection install -r requirements.yml --force'
|
sh 'ansible-galaxy collection install -r requirements.yml -p ./collections --force'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = ./inventory/hosts.yml
|
inventory = ./inventory/hosts.yml
|
||||||
roles_path = ./roles
|
roles_path = ./roles
|
||||||
|
collections_path = ./collections
|
||||||
host_key_checking = False
|
host_key_checking = False
|
||||||
retry_files_enabled = False
|
retry_files_enabled = False
|
||||||
gathering = smart
|
gathering = smart
|
||||||
|
|||||||
Reference in New Issue
Block a user