Fixed another syntax error

This commit is contained in:
2018-08-22 23:21:28 +00:00
parent 551c8f32bb
commit 5b7315e6bc

View File

@@ -6,7 +6,7 @@
- name: Copy interface cfg file
vars:
interface_name: {{ ansible_default_ipv4.interface }}
interface_name: "{{ ansible_default_ipv4.interface }}"
template: src=../roles/configure-interfaces/templates/eth.cfg.j2 dest=/etc/network/interfaces.d/{{ interface_name }}.cfg
- name: Up down interface