Use legacy ebtables on Debian

See https://ask.openstack.org/en/question/120060/neutron-failing-to-deploy-with-policy-drop-not-allowed-for-user-defined-chains/

Change-Id: I5cc9a7b406d3c84eef9cf796ddd85758b262ad61
This commit is contained in:
Jonathan Rosser 2019-12-02 15:37:48 +00:00
parent 00e500afb6
commit db0cb02f3b

View File

@ -105,3 +105,11 @@
- Restart systemd-journald
tags:
- skip_ansible_lint
- name: Configure legacy alternative for ebtables on Debian
alternatives:
name: ebtables
path: /usr/sbin/ebtables-legacy
when:
- ansible_distribution == 'Debian'
- ansible_distribution_major_version == '10'