add missing origin-certs role to playbook

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2020-04-02 20:00:20 +02:00
parent 505c67d654
commit a3b8e93b4e
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 5 additions and 4 deletions

View File

@ -2,6 +2,7 @@
- name: Configure Starter Pack host
hosts: starter
roles:
- { role: origin-certs, tags: origin-certs }
- { role: swap-file, tags: swap-file }
- { role: starterpack, tags: starterpack }
- { role: nginx, tags: nginx }