Skip to content
Snippets Groups Projects
Commit 06b5b91a authored by Jörg Sachse's avatar Jörg Sachse
Browse files

chore: rename task files to use underscores instead of dashes to comply with...

chore: rename task files to use underscores instead of dashes to comply with Python naming conventions
parent 06f3517a
Branches
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
......@@ -6,11 +6,11 @@
tags: [always]
- name: install packages
import_tasks: install-packages.yml
import_tasks: "install_packages.yml"
tags: [apt, packages]
- name: create users and groups
import_tasks: create-users-groups.yml
import_tasks: "create_users_groups.yml"
tags: [users]
- name: configure SSH keys
......@@ -18,9 +18,9 @@
tags: [ssh]
- name: configure nfs mounts
import_tasks: configure-nfs-mounts.yml
import_tasks: "configure_nfs_mounts.yml"
tags: [nfs]
- name: install test scripts
import_tasks: install-test-scripts.yml
import_tasks: "install_test_scripts.yml"
tags: [testscripts]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment