diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-04 22:06:59 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-04 22:06:59 +0000 |
commit | 0efc6c69de57bf7e208f8a9078d6a6ca3ab30b3a (patch) | |
tree | 36c5f6cf047f119fade2299c42c1bb7ee65273e3 /roles/git/tasks | |
parent | 3610ce270fcd849d9e9da66c6d590552b73cc342 (diff) | |
download | infra-0efc6c69de57bf7e208f8a9078d6a6ca3ab30b3a.tar.gz infra-0efc6c69de57bf7e208f8a9078d6a6ca3ab30b3a.tar.bz2 infra-0efc6c69de57bf7e208f8a9078d6a6ca3ab30b3a.zip |
Return indent back
Diffstat (limited to 'roles/git/tasks')
-rw-r--r-- | roles/git/tasks/main.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index f6fb211..76d0722 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -82,7 +82,7 @@ - git.ilvokhin.com - ansible.builtin.include_role: - name: nginx + name: nginx - name: Setup auth directory for git ansible.builtin.file: @@ -145,3 +145,5 @@ owner: git group: git mode: u+rwx,g-rwx,o-rwx + +# TODO: figure out proper permissions to fix HTTP protocol push. |