mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Screen output of gitea/tasks/install.yml
This commit is contained in:
parent
413ff01132
commit
84c02adf7c
1 changed files with 3 additions and 3 deletions
|
@ -43,7 +43,7 @@
|
||||||
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
|
msg: "Could not find a binary for the CPU architecture \"{{ ansible_architecture }}\""
|
||||||
when: gitea_iset_suffix == "unknown"
|
when: gitea_iset_suffix == "unknown"
|
||||||
|
|
||||||
- name: Download Gitea binary
|
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }}
|
||||||
get_url:
|
get_url:
|
||||||
url: "{{ gitea_download_url }}"
|
url: "{{ gitea_download_url }}"
|
||||||
dest: "{{ gitea_install_path }}"
|
dest: "{{ gitea_install_path }}"
|
||||||
|
@ -78,7 +78,7 @@
|
||||||
# Gitea. User gitea needs write permissions during the first run but not
|
# Gitea. User gitea needs write permissions during the first run but not
|
||||||
# subsequent runs.
|
# subsequent runs.
|
||||||
|
|
||||||
- name: Create Gitea config directory
|
- name: mkdir /etc/gitea
|
||||||
file:
|
file:
|
||||||
state: directory
|
state: directory
|
||||||
path: /etc/gitea
|
path: /etc/gitea
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
group: gitea
|
group: gitea
|
||||||
mode: '0770'
|
mode: '0770'
|
||||||
|
|
||||||
- name: Create app.ini
|
- name: Install /etc/gitea/app.ini from template
|
||||||
template:
|
template:
|
||||||
src: app.ini.j2
|
src: app.ini.j2
|
||||||
dest: /etc/gitea/app.ini
|
dest: /etc/gitea/app.ini
|
||||||
|
|
Loading…
Reference in a new issue