Apply naming convetions (- to _)

This commit is contained in:
Tobias Reisinger 2023-07-10 14:52:33 +02:00
parent 63bd3abcc5
commit 39dcd749a0
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 7 additions and 7 deletions

View file

@ -2,4 +2,4 @@
hosts: all hosts: all
connection: local connection: local
roles: roles:
- dietpi-install - dietpi_install

View file

@ -1,6 +0,0 @@
---
- import_tasks: prepare-facts.yml
- import_tasks: prepare-directory.yml
- import_tasks: download-iso.yml
- import_tasks: burn-to-device.yml
- import_tasks: template-configs.yml

View file

@ -0,0 +1,6 @@
---
- import_tasks: prepare_facts.yml
- import_tasks: prepare_directory.yml
- import_tasks: download_iso.yml
- import_tasks: burn_to_device.yml
- import_tasks: template_configs.yml