ansible: silence python interpreter warning on macOS

This commit is contained in:
Fernando Schauenburg 2020-12-22 14:29:49 +01:00
parent c3402a3b36
commit 23b4f2117b
3 changed files with 9 additions and 3 deletions

3
ansible.cfg Normal file
View file

@ -0,0 +1,3 @@
[defaults]
interpreter_python = auto_silent

View file

@ -1,2 +1,5 @@
[dotfiles] localhost
localhost ansible_connection=local
[all:vars]
ansible_connection=local

View file

@ -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