switch to compose v2.4
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2020-06-17 21:20:54 +02:00
parent 42c799a2dd
commit 122fbe3a2b
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 1 additions and 9 deletions

View File

@ -1,8 +1,4 @@
---
- name: Concat lists for proxy setup
set_fact:
droneci_no_proxy: "{{ __droneci_default_no_proxy }} + {{ droneci_no_proxy | default([]) }}"
- block:
- name: Ensure service directory exists
file:

View File

@ -1,6 +1,6 @@
#jinja2:lstrip_blocks: True
{{ ansible_managed | comment }}
version: "2"
version: "2.4"
services:
droneci:

View File

@ -1,4 +0,0 @@
---
__droneci_default_no_proxy:
- droneserver
- droneagent