17 lines
371 B
YAML
17 lines
371 B
YAML
---
|
|
- name: assert | check OS
|
|
assert:
|
|
that:
|
|
- ansible_distribution == 'Debian'
|
|
|
|
- name: assert | check vars
|
|
assert:
|
|
that:
|
|
- pbs_user is defined
|
|
- pbs_password is defined
|
|
- pbs_server is defined
|
|
- pbs_datastore is defined
|
|
- pbs_fingerprint is defined
|
|
- backup_dir is defined
|
|
- backup_local_retention is defined
|