mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-22 07:52:25 +02:00
12 lines
343 B
YAML
12 lines
343 B
YAML
- name: "pkgmgr install"
|
|
include_role:
|
|
name: pkgmgr-install
|
|
vars:
|
|
package_name: directory-validator
|
|
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
|