Merge pull request #52 from hashguide/master

(Fix) moved ansible_python_interpreter from all.example to all.network
This commit is contained in:
phahulin 2018-01-11 22:50:33 +03:00 committed by GitHub
commit 4433a73d94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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') }}"