mirror of
https://github.com/famedly/ansible-collection-matrix
synced 2024-12-14 05:02:27 +00:00
13 lines
215 B
YAML
13 lines
215 B
YAML
---
|
|
- name: Converge
|
|
hosts: all
|
|
pre_tasks:
|
|
- name: install gpg
|
|
apt:
|
|
state: present
|
|
name:
|
|
- gpg
|
|
- dirmngr
|
|
become: true
|
|
roles:
|
|
- role: ansible-riot-webapp
|