We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b04f2 commit 8ef432eCopy full SHA for 8ef432e
vagrant/tasks/packages.yml
@@ -78,11 +78,11 @@
78
79
# elephant shed
80
# separate tasks, so we can see the progress better
81
-- name: Install elephant-shed-portal
82
- package: state=present name=elephant-shed-portal
83
- name: Install elephant-shed-omnidb
84
package: state=present name=elephant-shed-omnidb
85
when: 'ansible_distribution_release != "stretch"'
+- name: Install elephant-shed-portal
+ package: state=present name=elephant-shed-portal
86
- name: Install elephant-shed-cockpit
87
package: state=present name=elephant-shed-cockpit
88
- name: Install elephant-shed-prometheus
0 commit comments