Move the power role into the CPU role.

This commit is contained in:
Tom Alexander
2023-03-23 16:33:47 -04:00
parent 977e382726
commit 4e957fa959
12 changed files with 3 additions and 58 deletions

View File

@@ -1,6 +1,2 @@
# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true
- include_tasks: "tasks/linux_{{cputype}}.yaml"
when: cputype is defined