ansible: silence python interpreter warning on macOS
This commit is contained in:
parent
c3402a3b36
commit
23b4f2117b
3 changed files with 9 additions and 3 deletions
3
ansible.cfg
Normal file
3
ansible.cfg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[defaults]
|
||||||
|
interpreter_python = auto_silent
|
||||||
|
|
|
@ -1,2 +1,5 @@
|
||||||
[dotfiles]
|
localhost
|
||||||
localhost ansible_connection=local
|
|
||||||
|
[all:vars]
|
||||||
|
ansible_connection=local
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Make myself at home :)
|
- name: Make myself at home :)
|
||||||
hosts: dotfiles
|
hosts: all
|
||||||
|
|
||||||
vars_prompt:
|
vars_prompt:
|
||||||
- name: git_user
|
- name: git_user
|
||||||
|
|
Loading…
Add table
Reference in a new issue