Skip to content

Commit

Permalink
added python interpreter
Browse files Browse the repository at this point in the history
  • Loading branch information
aburston committed Dec 16, 2020
1 parent 448014e commit c4f6367
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions examples/evpn_vxlan_erb_dc/test/sites.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

- hosts: switches:firewalls
connection: local
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: Create shared resource file
run_once: true
Expand All @@ -29,6 +31,8 @@

- hosts: switches
connection: local
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: Create connectivity tests
template:
Expand All @@ -37,6 +41,8 @@

- hosts: firewalls
connection: local
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: Create connectivity tests
template:
Expand All @@ -45,6 +51,8 @@

- hosts: leaves
connection: local
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: Create bgp tests
template:
Expand All @@ -53,6 +61,8 @@

- hosts: spines
connection: local
vars:
ansible_python_interpreter: /usr/bin/python3
tasks:
- name: Create bgp tests
template:
Expand Down

0 comments on commit c4f6367

Please sign in to comment.