roles/bitwarden_rs: Install sqlite

The `sqlite3` command is required to take consistent backups of the
Bitwarden_rs database.
jenkins-master
Dustin 2019-09-19 18:35:31 -05:00
parent 9306252e75
commit e813008c86
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
- name: ensure sqlite command is installed
package:
name: sqlite
state: present
tags:
- install
- name: ensure python docker client is installed
package:
name: python3-docker