diff --git a/prepare_lxc_hosts.yml b/prepare_lxc_hosts.yml index 3c3c118..07f5eb7 100644 --- a/prepare_lxc_hosts.yml +++ b/prepare_lxc_hosts.yml @@ -37,7 +37,7 @@ mode: 0644 loop: - etc/dnsmasq.d/br-lxc - - etc/lxc/akademie.conf + - etc/lxc/ansible.conf - etc/network/interfaces.d/br-lxc notify: - Restart dnsmasq @@ -56,7 +56,7 @@ - name: IPv4-Forwarding sysctl: name: net.ipv4.ip_forward - value: 1 + value: '1' sysctl_file: /etc/sysctl.d/lxc.conf sysctl_set: yes state: present