Small fixes
- wrong config file name - put value in quotes
This commit is contained in:
parent
0680dd6f18
commit
60afd676c5
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue