Skip to content
Snippets Groups Projects
Commit 00b33a08 authored by Lars Beckers's avatar Lars Beckers
Browse files

management: add packages for building packages

parent f0054530
No related branches found
No related tags found
No related merge requests found
......@@ -56,3 +56,14 @@
tags:
- management
- name: ensure we have the necessary packages for building packages
apt:
name: "{{ item }}"
state: installed
with_items:
- build-essential
- devscripts
- debhelper
- quilt
tags:
- management
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment