mirror of
https://github.com/iiab/iiab.git
synced 2025-02-14 20:22:08 +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 }}\""
|
||||
when: gitea_iset_suffix == "unknown"
|
||||
|
||||
- name: Download Gitea binary
|
||||
- name: Download Gitea binary {{ gitea_download_url }} to {{ gitea_install_path }}
|
||||
get_url:
|
||||
url: "{{ gitea_download_url }}"
|
||||
dest: "{{ gitea_install_path }}"
|
||||
|
@ -78,7 +78,7 @@
|
|||
# Gitea. User gitea needs write permissions during the first run but not
|
||||
# subsequent runs.
|
||||
|
||||
- name: Create Gitea config directory
|
||||
- name: mkdir /etc/gitea
|
||||
file:
|
||||
state: directory
|
||||
path: /etc/gitea
|
||||
|
@ -86,7 +86,7 @@
|
|||
group: gitea
|
||||
mode: '0770'
|
||||
|
||||
- name: Create app.ini
|
||||
- name: Install /etc/gitea/app.ini from template
|
||||
template:
|
||||
src: app.ini.j2
|
||||
dest: /etc/gitea/app.ini
|
||||
|
|
Loading…
Reference in a new issue