Skip to content

Commit 37bb73c

Browse files
marian-pritsaklguohan
authored andcommitted
Fix include_vars call in eos role (#35)
Ansible module include_vars name parameter was introduced in v2.2 Use free-form to be compatible with required version
1 parent 7fdcc80 commit 37bb73c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/roles/eos/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Gather minigraph facts
22
- name: Gathering facts about the device
3-
include_vars: name=vars/configurations/{{ filename }}
3+
include_vars: vars/configurations/{{ filename }}
44

55
- name: copy boot-config
66
copy: src=boot-config

0 commit comments

Comments
 (0)