indentation fix
This commit is contained in:
parent
457f8363f7
commit
521b044bc5
1 changed files with 3 additions and 3 deletions
|
@ -67,9 +67,9 @@
|
||||||
remote_src: yes
|
remote_src: yes
|
||||||
src: "/tmp/forgejo-{{ forgejo_version }}"
|
src: "/tmp/forgejo-{{ forgejo_version }}"
|
||||||
dest: "/usr/local/bin/forgejo"
|
dest: "/usr/local/bin/forgejo"
|
||||||
mode: 0755
|
mode: 0755
|
||||||
owner: git
|
owner: git
|
||||||
group: git
|
group: git
|
||||||
|
|
||||||
- name: Create config directory
|
- name: Create config directory
|
||||||
file:
|
file:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue