configpolicy/bitwarden_rs.yml

12 lines
203 B
YAML

- hosts: bitwarden_rs
vars_files:
- vault/bitwarden
roles:
- bitwarden_rs
tasks:
- meta: flush_handlers
- name: ensure apache is running
service:
name: httpd
state: started