gpg-lacre/tasks/main.yml

15 lines
204 B
YAML
Raw Normal View History

2021-07-19 07:03:05 +02:00
---
- 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