mirror of
https://github.com/roles-ansible/ansible_role_gitea.git
synced 2024-08-16 11:39:50 +02:00
Merge pull request #77 from JensTimmerman/patch-4
alternative fix for #74
This commit is contained in:
commit
2f0a24f4f1
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
- name: Backing up gitea before upgrade
|
||||
become: true
|
||||
ansible.builtin.command:
|
||||
cmd: "sudo -u {{ gitea_user }} gitea dump -c /etc/gitea/gitea.ini"
|
||||
cmd: "sudo -u {{ gitea_user }} /usr/local/bin/gitea dump -c /etc/gitea/gitea.ini"
|
||||
chdir: "{{ gitea_backup_location }}"
|
||||
changed_when: true
|
||||
when:
|
||||
|
|
Loading…
Reference in a new issue