Syntax error in a conditional.
This commit is contained in:
parent
39305e766c
commit
62ba055a97
|
@ -14,6 +14,6 @@
|
||||||
block:
|
block:
|
||||||
- name: Install the packages needed to run the redmine infrastructure. install the ruby packages needed to run redmine, Ubuntu Bionic
|
- name: Install the packages needed to run the redmine infrastructure. install the ruby packages needed to run redmine, Ubuntu Bionic
|
||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
pkg: "{% if redmine_external_ruby_ppa_enabled %}{{ redmine_ppa_packages }}{% else %}{{ redmine_distribution_packages }}%}"
|
pkg: "{% if redmine_external_ruby_ppa_enabled %}{{ redmine_ppa_packages }}{% else %}{{ redmine_distribution_packages }}{% endif %}%}"
|
||||||
state: present
|
state: present
|
||||||
cache_valid_time: 1800
|
cache_valid_time: 1800
|
||||||
|
|
Loading…
Reference in New Issue