mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-04 04:08:15 +00: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
 |