added debian power
This commit is contained in:
parent
f1b6f5f102
commit
78d169fd8f
1 changed files with 22 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue