15 lines
367 B
YAML
15 lines
367 B
YAML
|
---
|
||
|
# tasks file for hubblo.scaphandre
|
||
|
|
||
|
- name: Import the tasks to check for RAPL kernel module presence
|
||
|
ansible.builtin.import_tasks:
|
||
|
file: check_rapl.yml
|
||
|
|
||
|
- name: Install scaphandre packages
|
||
|
ansible.builtin.import_tasks:
|
||
|
file: install.yml
|
||
|
|
||
|
- name: Configure and install the systemD service
|
||
|
ansible.builtin.import_tasks:
|
||
|
file: systemd-service.yml
|