mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Refactored git clone to Kevin's Package Manager (Draft not fully tested)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
## Description
|
||||
|
||||
This Ansible role pulls the [directory-validator](https://github.com/kevinveenbirkenbach/directory-validator.git) repository to a predefined location. It is used by the backup-docker-to-local and cleanup-failed-docker-backups roles to verify whether backups have been successfully created.
|
||||
This Ansible role installs the [directory-validator](https://github.com/kevinveenbirkenbach/directory-validator.git). It is used by the backup-docker-to-local and cleanup-failed-docker-backups roles to verify whether backups have been successfully created.
|
||||
|
||||
## Overview
|
||||
|
||||
|
@@ -23,4 +23,5 @@ galaxy_info:
|
||||
issue_tracker_url: "https://s.veen.world/cymaisissues"
|
||||
documentation: "https://s.veen.world/cymais"
|
||||
|
||||
dependencies: []
|
||||
dependencies:
|
||||
- package-manager
|
||||
|
@@ -1,9 +1,6 @@
|
||||
- name: pull directory-validator.git
|
||||
git:
|
||||
repo: "https://github.com/kevinveenbirkenbach/directory-validator.git"
|
||||
dest: "{{backup_directory_validator_folder}}"
|
||||
update: yes
|
||||
ignore_errors: true
|
||||
- name: install directory-validator
|
||||
command:
|
||||
cmd: "pkgmgr install directory-validator"
|
||||
when: run_once_backup_directory_validator is not defined
|
||||
|
||||
- name: run the backup_directory_validator tasks once
|
||||
|
Reference in New Issue
Block a user