Compare commits
3 Commits
fix-molecu
...
main
Author | SHA1 | Date | |
---|---|---|---|
1770700322 | |||
91bce21a8c | |||
6b33c916ac |
@ -6,9 +6,9 @@ when:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
variables:
|
||||
- &molecule_image quay.io/thegeeklab/ansible-dev-tools:1
|
||||
- &molecule_base
|
||||
image: quay.io/thegeeklab/ansible-dev-tools:1
|
||||
group: molecule
|
||||
depends_on: []
|
||||
environment:
|
||||
PY_COLORS: "1"
|
||||
HCLOUD_TOKEN:
|
||||
@ -16,6 +16,7 @@ variables:
|
||||
|
||||
steps:
|
||||
- name: molecule-default
|
||||
image: *molecule_image
|
||||
<<: *molecule_base
|
||||
commands:
|
||||
- molecule test -s default
|
||||
|
@ -4,8 +4,8 @@ driver:
|
||||
dependency:
|
||||
name: galaxy
|
||||
options:
|
||||
role-file: molecule/requirements.yml
|
||||
requirements-file: molecule/requirements.yml
|
||||
role-file: requirements.yml
|
||||
requirements-file: requirements.yml
|
||||
platforms:
|
||||
- name: "rocky9-auditd"
|
||||
server_type: "cx22"
|
||||
|
Loading…
Reference in New Issue
Block a user