0bb2d67562
* add new module mongodb_info * fix doc and examples * add GPL info * use LooseVersion in the function doc string
10 lines
188 B
YAML
10 lines
188 B
YAML
- name: Remove MongoDB packages
|
|
yum:
|
|
name: '{{ mongodb_pkgs }}'
|
|
state: absent
|
|
|
|
- name: Stop MongoDB
|
|
systemd:
|
|
name: mongod.service
|
|
state: stopped
|
|
notify: Stop MongoDB
|