mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-12 19:48:47 +00:00
4f19f6ae47
The molecule directory was named incorrectly, and there were linting errors. Refs: #620
10 lines
281 B
YAML
10 lines
281 B
YAML
---
|
|
- name: Stop
|
|
hosts: all
|
|
become: true
|
|
tasks:
|
|
- name: "Include {{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }} role"
|
|
include_role:
|
|
name: "{{ lookup('env', 'MOLECULE_PROJECT_DIRECTORY') | basename }}"
|
|
vars:
|
|
mumble_enabled: false
|