gitea 1.12.2

This commit is contained in:
2020-08-22 09:56:22 -05:00
parent 277a1bc569
commit 98f98bab16
3 changed files with 14 additions and 11 deletions

View File

@ -1,12 +1,14 @@
---
#- name: OS specific variables
# include_vars: "{{ item }}"
# with_first_found:
# - "{{ ansible_distribution }}-{{ ansible_distribution_version }}.yml"
# - "{{ ansible_distribution }}.yml"
# - "{{ ansible_os_family }}.yml"
# - "default.yml"
#
- name: gather architecture specific variables
include_vars: "{{ lookup('first_found', possible_files) }}"
vars:
possible_files:
files:
- "{{ ansible_userspace_architecture }}.yaml"
- "default.yaml"
paths:
- vars
- name: "download gitea {{ gitea_version }}"
get_url:
url: "{{ gitea_url }}"