We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1e9aa commit c4fec36Copy full SHA for c4fec36
provision-contest/ansible/mgmt.yml
@@ -7,6 +7,8 @@
7
host_type: mgmt
8
become: true
9
roles:
10
+ - role: base_packages
11
+ tags: base_packages
12
- role: prometheus_target_all
13
tags: prometheus_target_all
14
when: GRAFANA_MONITORING
provision-contest/ansible/roles/base_packages/tasks/main.yml
@@ -105,6 +105,7 @@
105
- latexmk
106
- acl
107
- gdb
108
+ - rsync
109
110
- name: Check if composer is installed
111
stat:
0 commit comments