mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 16:40:45 +02:00
6 lines
135 B
YAML
6 lines
135 B
YAML
- block:
|
|
- include_tasks: 01_core.yml
|
|
- set_fact:
|
|
run_once_sys_svc_msmtp: true
|
|
when: run_once_sys_svc_msmtp is not defined
|