Skip to content
Snippets Groups Projects
Commit d84c8a54 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: install xorriso (is required in later task)

parent d112c84c
No related branches found
No related tags found
No related merge requests found
--- ---
### PREPARATION ### PREPARATION
# install prerequisites
- name: install xorriso
apt:
name: "xorriso"
state: latest
# Create a separate build directory so the role directory is not overly polluted # Create a separate build directory so the role directory is not overly polluted
- name: create build directory - name: create build directory
file: file:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment