merge install and config tasks

This commit is contained in:
Robert Kaussow 2017-12-22 13:00:38 +01:00
parent 19e868e238
commit 161f7e25fb
2 changed files with 1 additions and 8 deletions

View File

@ -1,6 +0,0 @@
---
- name: enable mongodb service
service:
name: mongod
enabled: yes
state: started

View File

@ -1,3 +1,2 @@
---
- include: install.yml
- include: config.yml
- include_tasks: install.yml