changed where collections are installed for build

This commit is contained in:
2026-02-02 13:45:27 -05:00
parent a6b2911860
commit 9cdef0a9e3
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@@ -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'
}
}

View File

@@ -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