Skip to content

Commit 8ef432e

Browse files
committed
packages: Install omnidb before portal to have the omnidb user created first
1 parent 64b04f2 commit 8ef432e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vagrant/tasks/packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@
7878

7979
# elephant shed
8080
# separate tasks, so we can see the progress better
81-
- name: Install elephant-shed-portal
82-
package: state=present name=elephant-shed-portal
8381
- name: Install elephant-shed-omnidb
8482
package: state=present name=elephant-shed-omnidb
8583
when: 'ansible_distribution_release != "stretch"'
84+
- name: Install elephant-shed-portal
85+
package: state=present name=elephant-shed-portal
8686
- name: Install elephant-shed-cockpit
8787
package: state=present name=elephant-shed-cockpit
8888
- name: Install elephant-shed-prometheus

0 commit comments

Comments
 (0)