Skip to content
Snippets Groups Projects
Commit ca57a7b0 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Name import and include tasks

parent b747b966
Branches
No related tags found
No related merge requests found
......@@ -9,9 +9,11 @@
- block:
- import_tasks: install.yml
- name: Import install
import_tasks: install.yml
- import_tasks: configure.yml
- name: Import configure
import_tasks: configure.yml
tags:
- configure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment