ansible-scaphandre/tasks/main.yml
2024-03-01 11:01:15 +01:00

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