mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-04 00:04:14 +02:00
10 lines
343 B
YAML
10 lines
343 B
YAML
- name: install directory-validator
|
|
command:
|
|
cmd: "pkgmgr install directory-validator --clone-mode https"
|
|
when: run_once_backup_directory_validator is not defined
|
|
|
|
- name: run the backup_directory_validator tasks once
|
|
set_fact:
|
|
run_once_backup_directory_validator: true
|
|
when: run_once_backup_directory_validator is not defined
|