Skip to content

Commit

Permalink
Add platform notation
Browse files Browse the repository at this point in the history
  • Loading branch information
branic committed Dec 11, 2024
1 parent 67a6a8a commit 937e3a4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions ansible-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
system:
- openssh-clients
- sshpass
- openssh-clients [platform:rpm]
- sshpass [platform:rpm]
python:
- kubernetes >= 12.0.0
galaxy:
Expand All @@ -44,5 +44,5 @@ additional_build_steps:
prepend_galaxy:
- ADD _build/configs/ansible.cfg /etc/ansible/ansible.cfg
- ARG ANSIBLE_GALAXY_SERVER_AUTOMATION_HUB_TOKEN
append_final: |
LABEL quay.expires-after="45d"
append_final:
- LABEL quay.expires-after="45d"
6 changes: 3 additions & 3 deletions development-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ dependencies:
ansible_runner:
package_pip: ansible-runner
system:
- openssh-clients
- sshpass
- unzip
- openssh-clients [platform:rpm]
- sshpass [platform:rpm]
- unzip [platform:rpm]
python:
- kubernetes >= 12.0.0
- ansible-lint
Expand Down

0 comments on commit 937e3a4

Please sign in to comment.