Add gnuPG for calling apt-key adv.

This commit is contained in:
Hyperling 2021-02-20 07:44:54 -06:00
parent d298f16356
commit d7c302aa44

View File

@ -1,6 +1,14 @@
--- ---
# Create OnlyOffice server for use with Nextcloud. # Create OnlyOffice server for use with Nextcloud.
## Pre-Reqs ##
- name: Server | OnlyOffice | Pre-Requirements | Install
package:
name: gnupg
state: present
## Install ## ## Install ##
# https://helpcenter.onlyoffice.com/installation/docs-community-install-ubuntu.aspx # https://helpcenter.onlyoffice.com/installation/docs-community-install-ubuntu.aspx
@ -17,6 +25,7 @@
- sudo -i -u postgres psql -c "CREATE DATABASE onlyoffice;" - sudo -i -u postgres psql -c "CREATE DATABASE onlyoffice;"
- sudo -i -u postgres psql -c "CREATE USER onlyoffice WITH password 'onlyoffice';" - sudo -i -u postgres psql -c "CREATE USER onlyoffice WITH password 'onlyoffice';"
- sudo -i -u postgres psql -c "GRANT ALL privileges ON DATABASE onlyoffice TO onlyoffice;" - sudo -i -u postgres psql -c "GRANT ALL privileges ON DATABASE onlyoffice TO onlyoffice;"
ignore_errors: yes
- name: Server | OnlyOffice | RabbitMQ | Install - name: Server | OnlyOffice | RabbitMQ | Install
package: package: