gitea 1.12.2
This commit is contained in:
@ -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 }}"
|
||||
|
Reference in New Issue
Block a user