summaryrefslogtreecommitdiff
path: root/chaos-at-home
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2020-12-05 20:36:20 +0100
committerChristian Pointner <equinox@spreadspace.org>2020-12-05 20:36:27 +0100
commita37913ecac336d54c3e75ca5046677efb67d2013 (patch)
tree5b479ea8ad7dc080f1f556c1338c52c77b0784e5 /chaos-at-home
parentupgrade standalone kubelets to kubernetes 1.19.4 (diff)
cleanup ch-testvm* and make common playbook work in any case
Diffstat (limited to 'chaos-at-home')
-rw-r--r--chaos-at-home/common.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/chaos-at-home/common.yml b/chaos-at-home/common.yml
index 7c1150b7..44cf2104 100644
--- a/chaos-at-home/common.yml
+++ b/chaos-at-home/common.yml
@@ -3,6 +3,7 @@
hosts: "{{ install_hostname }}"
roles:
- role: apt-repo/base
+ when: ansible_pkg_mgr == "apt"
- role: core/base
- role: core/sshd
- role: core/zsh