mg
2572f97fbc
Co-authored-by: Michael Grote <michael.grote@posteo.de> Reviewed-on: mg/ansible#221 Co-authored-by: mg <michael.grote@posteo.de> Co-committed-by: mg <michael.grote@posteo.de>
8 lines
193 B
YAML
8 lines
193 B
YAML
---
|
|
- hosts: all
|
|
roles:
|
|
- role: mgrote.apt_manage_sources
|
|
tags: "apt_sources"
|
|
when:
|
|
- "not 'laptop' in group_names"
|
|
- "not 'tor' in group_names"
|