You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
418 B

---
- debug:
var: doku_path
- name: make dokuwiki archive
community.general.archive:
dest: "{{ archive }}"
path:
- "{{ doku_path }}conf"
- "{{ doku_path }}data"
- "{{ doku_path }}lib/plugins"
- name: copy archive to controller
fetch:
src: "{{ archive }}"
dest: "{{ output }}"
flat: yes
- name: remove remote archive
file:
path: "{{ archive }}"
state: absent