Newer
Older
set_fact:
raspbian: '{% if
( ansible_facts.architecture is search("arm") and
ansible_facts.lsb.description is match("[Rr]aspbian.*[Bb]uster") ) or
( ansible_facts.architecture is search("aarch64") and
ansible_facts.lsb.description is match("Debian.*buster") ) %}true{% else %}false{% endif %}'
regexp: '^((?!.*\bcgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory\b).*)$'
line: '\1 cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory'
backrefs: true
when:
- name: Flush iptables before changing to iptables-legacy
alternatives:
path: /usr/sbin/iptables-legacy
name: iptables
alternatives:
path: /usr/sbin/ip6tables-legacy
name: ip6tables
when: