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:
|
||||
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
|
||||
ansible.builtin.stat:
|
||||
path: "{{ item }}"
|
||||
@ -57,11 +53,6 @@
|
||||
{%- endfor -%}
|
||||
{{ volumes }}
|
||||
|
||||
- name: Debug volume list
|
||||
ansible.builtin.debug:
|
||||
var: volumes
|
||||
verbosity: 1
|
||||
|
||||
- name: Modify borg_source_directories to reflect path in container
|
||||
ansible.builtin.set_fact:
|
||||
borg_source_directories: >-
|
||||
@ -71,11 +62,6 @@
|
||||
{%- endfor -%}
|
||||
{{ sources }}
|
||||
|
||||
- name: Debug borg_source_directories
|
||||
ansible.builtin.debug:
|
||||
var: borg_source_directories
|
||||
verbosity: 1
|
||||
|
||||
- name: Modify borg_repository to reflect path in container
|
||||
ansible.builtin.set_fact:
|
||||
borg_repository: >-
|
||||
@ -90,11 +76,6 @@
|
||||
{{ repositories }}
|
||||
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
|
||||
when:
|
||||
- not borg_ssh_private_key
|
||||
|
Loading…
Reference in New Issue
Block a user