gpg-lacre/tasks/main.yml

15 lines
204 B
YAML

---
- name: 'Clone / Update repository'
include: git.yml
- name: 'Create user'
include: user.yml
- name: 'Install Lacre'
include: install.yml
- name: 'Configure Lacre'
include: configure.yml