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:
parent
00e500afb6
commit
db0cb02f3b
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user