forked from ISTI-ansible-roles/ansible-roles
7 lines
184 B
YAML
7 lines
184 B
YAML
|
---
|
||
|
- name: Install the packages needed to run the redmine infrastructure.
|
||
|
apt: pkg={{ redmine_bionic_packages }} state=present cache_valid_time=1800
|
||
|
tags: [ 'ruby', 'redmine' ]
|
||
|
|
||
|
|