refactoring #1

Merged
xoxys merged 10 commits from refactoring into master 2020-06-22 21:29:31 +00:00
3 changed files with 1 additions and 9 deletions
Showing only changes of commit 122fbe3a2b - Show all commits

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: - block:
- name: Ensure service directory exists - name: Ensure service directory exists
file: file:

View File

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

View File

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