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,7 +2,8 @@
- name: Configure Starter Pack host - name: Configure Starter Pack host
hosts: starter hosts: starter
roles: roles:
- { role: swap-file, tags: swap-file } - { role: origin-certs, tags: origin-certs }
- { role: starterpack, tags: starterpack } - { role: swap-file, tags: swap-file }
- { role: nginx, tags: nginx } - { role: starterpack, tags: starterpack }
- { role: threatstack, tags: threatstack } - { role: nginx, tags: nginx }
- { role: threatstack, tags: threatstack }