fix: update ansible role names

- pleroma-postgres renamed to pleroma-database.
- pleroma-nginx renamed to pleroma-proxy.
- site.yml in examples is updated to reflect the change.

resolves dananglin/pleroma-ansible-playbook#12
This commit is contained in:
Dan Anglin 2020-03-21 17:22:59 +00:00
parent 309a569c00
commit 274056bbed
No known key found for this signature in database
GPG key ID: 7AC2B18EC1D09F27
9 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@
become: yes become: yes
become_method: sudo become_method: sudo
roles: roles:
- pleroma-postgres - pleroma-database
tags: tags:
- pleroma-postgres - pleroma-database
- name: Installing and configuring the Pleroma backend. - name: Installing and configuring the Pleroma backend.
hosts: pleroma_backend hosts: pleroma_backend
@ -29,6 +29,6 @@
become: yes become: yes
become_method: sudo become_method: sudo
roles: roles:
- pleroma-nginx - pleroma-proxy
tags: tags:
- pleroma-nginx - pleroma-proxy