gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
https://ubuntu.bigbluebutton.org/repo/bigbluebutton.asc
ключ пытается добавить, но из-за отсутствия нужного софта не может. - hosts: master
pre_tasks:
- name: task will run before roles
copy: ...
roles:
- role: master_role
tasks:
- name: task will run after roles
copy: ...
- hosts: mirror
vars:
var_for_mirror_group: 42
roles:
- role: mirror_role
tasks:
- name: task 1
template: ...
- name: task 2
copy: ...
- hosts: slaves
roles:
- role: slaves_role
- hosts: all
roles:
- role: all_together_role