mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-15 08:30:46 +02:00
13 lines
333 B
YAML
13 lines
333 B
YAML
- block:
|
|
- name: Include dependency 'user-administrator'
|
|
include_role:
|
|
name: user-administrator
|
|
when: run_once_user_administrator is not defined
|
|
- include_tasks: utils/run_once.yml
|
|
when: run_once_sys_postfix is not defined
|
|
|
|
- name: install postfix
|
|
community.general.pacman:
|
|
name: postfix
|
|
state: present
|