Remove when {{

Because it's finally deprecated

Change-Id: Id71c90042050e4073123505e82ec7af9b85a23e2
This commit is contained in:
Jean-Philippe Evrard
2017-05-23 14:11:49 +01:00
committed by Jean-Philippe Evrard
parent e138a5ed48
commit 62f05f71d4

View File

@@ -22,7 +22,7 @@
src_group: "nova_compute"
dest_group: "neutron_l3_agent, neutron_metadata_agent"
when:
- "{{ neutron_plugin_type == 'ml2.ovs.dvr' }}"
- "neutron_plugin_type == 'ml2.ovs.dvr'"
- name: Installation and setup of Neutron
hosts: neutron_all
@@ -145,7 +145,7 @@
rsyslog_client_log_rotate_file: calico_log_rotate
rsyslog_client_log_dir: "/var/log/calico"
rsyslog_client_config_name: "99-calico-rsyslog-client.conf"
when: "{{ 'neutron_calico_dhcp_agent' in group_names }}"
when: "'neutron_calico_dhcp_agent' in group_names"
tags:
- rsyslog
- role: "system_crontab_coordination"