diff options
author | Julien Dessaux | 2021-05-02 18:42:30 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-05-02 18:42:30 +0200 |
commit | cfb073980e8d304076ee29a6806aec34f586732f (patch) | |
tree | 6ed46ed9fac74e88f5726575ffca55a98ddbfd7e /tasks | |
parent | Reworked and improved borg role (diff) | |
download | borg-ansible-role-cfb073980e8d304076ee29a6806aec34f586732f.tar.gz borg-ansible-role-cfb073980e8d304076ee29a6806aec34f586732f.tar.bz2 borg-ansible-role-cfb073980e8d304076ee29a6806aec34f586732f.zip |
Added borg validate action plugin
Diffstat (limited to '')
-rw-r--r-- | tasks/main.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tasks/main.yml b/tasks/main.yml index daa0836..8832443 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -1,4 +1,6 @@ --- +- action: borg_validate + - action: borg_init - import_tasks: common.yml |