summaryrefslogtreecommitdiff
path: root/roles/ick-worker
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-10 19:26:12 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-10 19:26:12 +0300
commit83c500cd5a31682d42769125ccc2de730778837e (patch)
tree58d4a21d5a6aa76e3ab737835b934a87b7db4c34 /roles/ick-worker
parenta2cce5218136949666aec2e490c91bdd2d405d1d (diff)
downloadick2-ansible-83c500cd5a31682d42769125ccc2de730778837e.tar.gz
Change: ick_prefix variable to ci_prefix to be more generic
Diffstat (limited to 'roles/ick-worker')
-rw-r--r--roles/ick-worker/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ick-worker/tasks/main.yml b/roles/ick-worker/tasks/main.yml
index df26d16..fd961f5 100644
--- a/roles/ick-worker/tasks/main.yml
+++ b/roles/ick-worker/tasks/main.yml
@@ -2,7 +2,7 @@
apt:
name: "{{ item }}"
with_items:
- - "{{ ick_prefix }}ick2"
+ - "{{ ci_prefix }}ick2"
- debootstrap
- jq
- less