Skip to content

Commit

Permalink
packages: Install omnidb before portal to have the omnidb user create…
Browse files Browse the repository at this point in the history
…d first
  • Loading branch information
df7cb committed Jul 29, 2021
1 parent 64b04f2 commit 8ef432e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant/tasks/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@

# elephant shed
# separate tasks, so we can see the progress better
- name: Install elephant-shed-portal
package: state=present name=elephant-shed-portal
- name: Install elephant-shed-omnidb
package: state=present name=elephant-shed-omnidb
when: 'ansible_distribution_release != "stretch"'
- name: Install elephant-shed-portal
package: state=present name=elephant-shed-portal
- name: Install elephant-shed-cockpit
package: state=present name=elephant-shed-cockpit
- name: Install elephant-shed-prometheus
Expand Down

0 comments on commit 8ef432e

Please sign in to comment.