Skip to content
Snippets Groups Projects

WIP: add acmebot role

1 file
+ 5
3
Compare changes
  • Side-by-side
  • Inline
---
# file: debian-repository/tasks/main.yml
#
- name: ensure we have the packaging software installed
apt:
name: ["reprepro", "rssh"]
name:
- reprepro
- rssh
- unzip
state: present
tags:
- packages
Loading