deimosfr bc790326ab fixing systemd issue
Updating systemd detection by getting PID 1 command line instead of
checking systemd folder. This to avoid issues with Docker for example.
2015-03-04 11:05:08 +01:00

17 lines
291 B
YAML

---
- include: install.deb.yml
when: ansible_os_family == 'Debian'
tags: [mongodb]
- include: configure.yml
tags: [mongodb]
- include: replication.yml
when: mongodb_conf_replSet != ""
tags: [mongodb]
- include: mms-agent.yml
when: mongodb_mms_api_key != ""
tags: [mongodb]