ansible/personal-linux-config.yml

7 lines
200 B
YAML
Raw Normal View History

2022-04-06 12:07:28 +02:00
---
- hosts: all
become: true
tasks:
- import_tasks: tasks/debian-general/git.yml
when: ansible_facts["os_family"] == "Debian"
- import_tasks: tasks/general/personal-linux-config.yml