d5e28362f2
Currently we have mixed extensions of .yml and .yaml, this patch is an effort to standardize all yaml documents as .yaml Change-Id: I7eb815584de5856bbdac9a828ccad8518e8c1729
6 lines
180 B
YAML
6 lines
180 B
YAML
- name: ensure http service is stopped
|
|
service:
|
|
name: simple-http-{{ http_fileserver_name | default('default') }}.service
|
|
state: stopped
|
|
enabled: false
|
|
become: true |