Verwende den korrekten FQCN des moduls
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 10s

This commit is contained in:
Marius Alwan Meyer 2023-05-01 00:16:38 +00:00
parent 1025b8f076
commit d32e4f3608

View File

@ -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