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
25404ab8
Commit
25404ab8
authored
Jun 16, 2021
by
Pietsch, Martin
Browse files
added prepare playbook
parent
e5ca8344
Changes
1
Hide whitespace changes
Inline
Side-by-side
molecule/default/prepare.yml
deleted
100644 → 0
View file @
e5ca8344
---
-
name
:
Prepare
hosts
:
all
gather_facts
:
False
tasks
:
-
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
Supports
Markdown
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