mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-10 15:23:27 +02:00
8 lines
144 B
YAML
8 lines
144 B
YAML
---
|
|
|
|
- name: Start and enable the services
|
|
service: name={{ item }} state=started enabled=True
|
|
loop:
|
|
- appsmith-server
|
|
tags: appsmith
|