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

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

parent 25703779
Branches main
No related tags found
No related merge requests found
......@@ -14,10 +14,12 @@
path: /etc/init.d/zabbix-agent
register: zabbix_available
- import_tasks: install.yml
- name: Import install
import_tasks: install.yml
when: not zabbix_available.stat.exists
- import_tasks: config.yml
- name: Import config
import_tasks: config.yml
- name: Remember that this role had been run
set_fact:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment