Judd Maltin
2017-12-03 0244cd4dbc9ca81fe1f46f7a2ff0d48e14fcab81
put comment inside conditional
1 files modified
2 ■■■ changed files
ansible/configs/ocp-ha-lab/files/hosts_template.j2 2 ●●● patch | view | raw | blame | history
ansible/configs/ocp-ha-lab/files/hosts_template.j2
@@ -24,8 +24,8 @@
# See: https://github.com/nickhammond/ansible-logrotate
logrotate_scripts=[{"name": "syslog", "path": "/var/log/cron\n/var/log/maillog\n/var/log/messages\n/var/log/secure\n/var/log/spooler\n", "options": ["daily", "rotate 7","size 500M", "compress", "sharedscripts", "missingok"], "scripts": {"postrotate": "/bin/kill -HUP `cat /var/run/syslogd.pid 2> /dev/null` 2> /dev/null || true"}}]
# Anything before 3.7
{% if osrelease | version_compare('3.7', '<') %}
# Anything before 3.7
openshift_metrics_image_version=v{{ repo_version }}
#openshift_image_tag=v{{ repo_version }}
#openshift_release={{ osrelease }}