Skip to content

Commit

Permalink
Fix the execution-environment.yml file to use centos 9
Browse files Browse the repository at this point in the history
  • Loading branch information
bardielle committed Jun 4, 2024
1 parent cfc8460 commit 9b47edc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
13 changes: 9 additions & 4 deletions execution-environment/execution-environment.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
---
version: 3
images:
base_image:
name: quay.io/centos/centos:stream9
additional_build_steps:
prepend_base:
- RUN dnf config-manager --enable epel
- RUN dnf install -y git python3-pip
- RUN pip install ansible-runner
dependencies:
galaxy: requirements.yml
system:
- python3-aiohttp [platform:rpm]
python:
- pyvmomi<7.0.3
- aiohttp>=3.6.0
- kubernetes
- PyYAML
ansible_core:
package_pip: ansible-core==2.13.13
package_pip: ansible-core==2.15.12

Check failure on line 18 in execution-environment/execution-environment.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[new-line-at-end-of-file]

No new line character at the end of file
3 changes: 3 additions & 0 deletions execution-environment/requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@ collections:
- type: git
name: https://github.com/redhat-cop/cloud.vmware_ops.git
- name: community.general
- name: community.vmware
version: ">=4.4.0"

Check failure on line 7 in execution-environment/requirements.yml

View workflow job for this annotation

GitHub Actions / ansible-lint

yaml[empty-lines]

Too many blank lines (1 > 0)

0 comments on commit 9b47edc

Please sign in to comment.