Skip to content

Commit 2435aa4

Browse files
committed
Graylog: use import_role instead of import_tasks
This commit uniforms the tasks inclusion inside the graylog playbook.
1 parent 446a306 commit 2435aa4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graylog.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
- import_role:
1111
name: 'ntp'
1212

13-
- import_tasks: 'roles/graylog-server/tasks/common.yml'
13+
- import_role:
14+
name: graylog-server
15+
tasks_from: common
1416

1517
# Configurations for backend servers
1618
- hosts: graylog_mongodb

0 commit comments

Comments
 (0)