mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
fix(ansible/exec-env): specify what keys are for
This commit is contained in:
@@ -809,12 +809,12 @@ build_arg_defaults:
|
||||
ANSIBLE_GALAXY_CLI_COLLECTION_OPTS: '--pre'
|
||||
|
||||
dependencies:
|
||||
ansible_core:
|
||||
ansible_core: # dedicated single-key dictionary
|
||||
package_pip: ansible-core==2.14.4
|
||||
ansible_runner:
|
||||
ansible_runner: # dedicated single-key dictionary
|
||||
package_pip: ansible-runner
|
||||
galaxy: requirements.yml
|
||||
python:
|
||||
python: # pip packages
|
||||
- six
|
||||
- psutil
|
||||
system: bindep.txt
|
||||
|
||||
Reference in New Issue
Block a user