moved ansible_python_interpreter from all.example to all.network

This commit is contained in:
Stephen Arsenault 2018-01-11 13:48:49 -05:00
parent 4bbddf7745
commit b568e4d05a
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,6 @@
###
---
ansible_python_interpreter: /usr/bin/python3
ssh_root:
- "{{ lookup('file', 'files/admins.pub') }}"

View File

@ -1,4 +1,6 @@
---
ansible_python_interpreter: /usr/bin/python3
ssh_root:
- "{{ lookup('file', 'files/admins.pub') }}"