Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Reimar Unger
package.www
Commits
0c689a08
Commit
0c689a08
authored
Jun 07, 2021
by
Pietsch, Martin
Browse files
merge extended molecule settings from devel branch
parents
5367dc55
6af1499e
Changes
2
Hide whitespace changes
Inline
Side-by-side
molecule/default/molecule.yml
View file @
0c689a08
...
...
@@ -7,11 +7,10 @@ driver:
name
:
podman
platforms
:
-
name
:
instance
image
:
docker.io/alpine:latest
command
:
"
/sbin/init"
-
name
:
debian
image
:
docker.io/debian:latest
pre_build_image
:
yes
provisioner
:
name
:
ansible
config_options
:
...
...
@@ -34,4 +33,4 @@ verifier:
lint
:
|
set -e
yamllint .
ansible-lint
-x sdm.oor.call_tasks
.
ansible-lint .
molecule/default/prepare.yml
View file @
0c689a08
...
...
@@ -4,5 +4,15 @@
hosts
:
all
gather_facts
:
False
tasks
:
-
name
:
install python"
-
name
:
prepare alpine
raw
:
apk add python3
when
:
inventory_hostname == "alpine"
-
name
:
prepare debian
block
:
-
name
:
update apt
raw
:
apt update
-
name
:
install python
raw
:
apt install --yes python3
when
:
inventory_hostname == "debian"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment