Silence Ansible warnings by being explicit
This commit is contained in:
parent
2c6171e649
commit
73cc25c434
@ -1,5 +1,6 @@
|
|||||||
[defaults]
|
[defaults]
|
||||||
inventory = ./environments/development
|
inventory = ./environments/development
|
||||||
|
interpreter_python = /usr/bin/python
|
||||||
|
|
||||||
[ssh_connection]
|
[ssh_connection]
|
||||||
pipelining=True
|
pipelining=True
|
||||||
|
@ -14,3 +14,9 @@
|
|||||||
apt:
|
apt:
|
||||||
name: python-docker
|
name: python-docker
|
||||||
state: present
|
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