Verwende den korrekten FQCN des moduls
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s
This commit is contained in:
parent
1025b8f076
commit
d32e4f3608
@ -18,7 +18,7 @@
|
|||||||
when: docker_compose_stat.stat.exists is defined and docker_compose_stat.stat.exists
|
when: docker_compose_stat.stat.exists is defined and docker_compose_stat.stat.exists
|
||||||
|
|
||||||
- name: Backup Gitea Directory
|
- name: Backup Gitea Directory
|
||||||
ansible.builtin.synchronize:
|
ansible.posix.synchronize:
|
||||||
src: /opt/gitea/
|
src: /opt/gitea/
|
||||||
dest: "/opt/gitea.backup@{{ lookup('pipe', 'date --utc --iso-8601=seconds') }}"
|
dest: "/opt/gitea.backup@{{ lookup('pipe', 'date --utc --iso-8601=seconds') }}"
|
||||||
recursive: true
|
recursive: true
|
||||||
|
Loading…
Reference in New Issue
Block a user