Apply prettier formatting

This commit is contained in:
Marty Oehme 2024-06-24 20:36:55 +02:00
parent 6b4c4ccde4
commit c498b3ced8
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
76 changed files with 123 additions and 202 deletions

View file

@ -9,4 +9,3 @@
- apt
- download
- packages

View file

@ -36,7 +36,7 @@
ansible.builtin.file:
path: "/app/forgejo/"
state: directory
mode: '0770'
mode: "0770"
owner: "{{ git_user['uid'] }}"
group: "{{ git_user['group'] }}"
become: true
@ -47,7 +47,7 @@
dest: "/app/forgejo/forgejo"
owner: "{{ git_user['uid'] }}"
group: "{{ git_user['group'] }}"
mode: '0750'
mode: "0750"
become: true
- name: Host machine forgejo command points to passthrough command