mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-25 14:43:29 +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
|