Silence Ansible warnings by being explicit
This commit is contained in:
parent
2c6171e649
commit
73cc25c434
@ -1,5 +1,6 @@
|
||||
[defaults]
|
||||
inventory = ./environments/development
|
||||
interpreter_python = /usr/bin/python
|
||||
|
||||
[ssh_connection]
|
||||
pipelining=True
|
||||
|
@ -14,3 +14,9 @@
|
||||
apt:
|
||||
name: python-docker
|
||||
state: present
|
||||
|
||||
- name: Create Ansible's temporary directory
|
||||
file:
|
||||
path: /root/.ansible/tmp
|
||||
state: directory
|
||||
mode: '0700'
|
||||
|
Loading…
Reference in New Issue
Block a user