From 78d169fd8fd47ec623aa050a928c9d58b54b03fe Mon Sep 17 00:00:00 2001 From: 927589452 Date: Thu, 12 Sep 2019 21:27:19 +0200 Subject: [PATCH] added debian power --- tasks/main.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tasks/main.yml b/tasks/main.yml index eb14c71..5751595 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -23,6 +23,28 @@ - FreeBSD-shortcuts.yml - keyboard.yml +- include_tasks: "{{ tweak }}" + when: ansible_facts['os_family'] == "Debian" + tags: + - installation + - configuration + - vars + loop_control: + loop_var: tweak + loop: + - Debian-power.yml + +- include_tasks: "{{ tweak }}" + when: ansible_facts['os_family'] == "Archlinux" + tags: + - installation + - configuration + - vars + loop_control: + loop_var: tweak + loop: + - Archlinux-power.yml + - include_tasks: "{{ tweaks }}" when: "ansible_system == 'FreeBSD'" tags: