Fixed another syntax error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user