ctucx.git: ansible-configs

My personal ansible roles and playbooks [deprecated in favor of nixos]

1 
2 
3 
4 
5 
6 
7 
8 
9 
10 
11 
12 
13 
14 
---

- fail: msg="This role currently only supports ArchLinux!"
  when:
    - ansible_distribution != "Archlinux" 

- fail: msg="This Role only works when Option 'system.enableOwnRepos' is true!"
  when:
    - system.enableOwnRepos is false


- fail: msg="Option 'services.serial2tcp.device' has to be set!"
  when:
    - services.serial2tcp.device is not defined