mirror of
https://github.com/borgbase/ansible-role-borgbackup.git
synced 2024-11-19 19:07:42 +01:00
removes debug leftovers
This commit is contained in:
parent
4bbe1ec9fe
commit
ad35507f7b
@ -17,10 +17,6 @@
|
|||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
borgmatic_docker_tag: "{{ borgmatic_version | regex_search('\\d+\\.\\d+(\\.\\d+){0,1}') }}"
|
borgmatic_docker_tag: "{{ borgmatic_version | regex_search('\\d+\\.\\d+(\\.\\d+){0,1}') }}"
|
||||||
|
|
||||||
- name: Debug borgmatic_docker_tag
|
|
||||||
debug:
|
|
||||||
var: borgmatic_docker_tag
|
|
||||||
|
|
||||||
- name: Assert source path exists
|
- name: Assert source path exists
|
||||||
ansible.builtin.stat:
|
ansible.builtin.stat:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
@ -57,11 +53,6 @@
|
|||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{{ volumes }}
|
{{ volumes }}
|
||||||
|
|
||||||
- name: Debug volume list
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: volumes
|
|
||||||
verbosity: 1
|
|
||||||
|
|
||||||
- name: Modify borg_source_directories to reflect path in container
|
- name: Modify borg_source_directories to reflect path in container
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
borg_source_directories: >-
|
borg_source_directories: >-
|
||||||
@ -71,11 +62,6 @@
|
|||||||
{%- endfor -%}
|
{%- endfor -%}
|
||||||
{{ sources }}
|
{{ sources }}
|
||||||
|
|
||||||
- name: Debug borg_source_directories
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: borg_source_directories
|
|
||||||
verbosity: 1
|
|
||||||
|
|
||||||
- name: Modify borg_repository to reflect path in container
|
- name: Modify borg_repository to reflect path in container
|
||||||
ansible.builtin.set_fact:
|
ansible.builtin.set_fact:
|
||||||
borg_repository: >-
|
borg_repository: >-
|
||||||
@ -90,11 +76,6 @@
|
|||||||
{{ repositories }}
|
{{ repositories }}
|
||||||
borg_repository_flat: "{{ borg_repository | join('|') }}"
|
borg_repository_flat: "{{ borg_repository | join('|') }}"
|
||||||
|
|
||||||
- name: Debug borg_repository
|
|
||||||
ansible.builtin.debug:
|
|
||||||
var: borg_repository
|
|
||||||
verbosity: 1
|
|
||||||
|
|
||||||
- name: Check if ssh repo in the list
|
- name: Check if ssh repo in the list
|
||||||
when:
|
when:
|
||||||
- not borg_ssh_private_key
|
- not borg_ssh_private_key
|
||||||
|
Loading…
Reference in New Issue
Block a user