mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-20 20:23:19 +02:00
7 lines
146 B
YAML
7 lines
146 B
YAML
---
|
|
|
|
- name: Start and enable the service
|
|
service: name=bitwarden_rs state=started enabled=True
|
|
register: bitwarden_started
|
|
tags: bitwarden
|