mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-04-21 23:42:24 +02:00
12 lines
361 B
YAML
12 lines
361 B
YAML
- name: "{{ role_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
|