Skip to content
Snippets Groups Projects
Commit a1ec5fe8 authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Correct literal-compare (ansible-lint)

parent 3ff3a7bf
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@
- name: Create Borg Repo
shell: "BORG_PASSPHRASE={{ borgbackup_key }} borg init -e repokey borgbackup@{{ borgbackup_target_ip }}:backup"
when: repo.stat.exists == False
when: not repo.stat.exists
- name: Install borgmatic
pip:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment