Merge "Fix ansible deprecation warnings"

This commit is contained in:
Zuul 2018-12-18 10:56:59 +00:00 committed by Gerrit Code Review
commit 927fcae2ac
1 changed files with 3 additions and 3 deletions

View File

@ -180,9 +180,9 @@
lxc_container_veth_wiring: true
when:
- ((not lxc_container_veth_wiring | bool) and
((network_config | changed) and (network_includes | changed))) and
not ((default_configuration_container | changed) or
(bind_configuration_container | changed))
((network_config is changed) and (network_includes is changed))) and
not ((default_configuration_container is changed) or
(bind_configuration_container is changed))
- name: Run container veth wiring script
command: >-