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') {
|
||||
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]
|
||||
inventory = ./inventory/hosts.yml
|
||||
roles_path = ./roles
|
||||
collections_path = ./collections
|
||||
host_key_checking = False
|
||||
retry_files_enabled = False
|
||||
gathering = smart
|
||||
|
||||
Reference in New Issue
Block a user