summaryrefslogtreecommitdiff
path: root/baserock_ostree
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-23 11:47:32 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-11-23 11:47:32 +0000
commit8c3bfe80fc76b37bb68b4a047b3400bf0291b12d (patch)
tree7bfd1d1ecfb0f56159f292fdf0d0b18f6a76d999 /baserock_ostree
parent417d77241d83620f455cffcaf75efd11003cf2c6 (diff)
downloadinfrastructure-8c3bfe80fc76b37bb68b4a047b3400bf0291b12d.tar.gz
Work around Ansible 2.4.1 bug
See https://github.com/ansible/ansible/issues/32812
Diffstat (limited to 'baserock_ostree')
-rw-r--r--baserock_ostree/instance-config.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/baserock_ostree/instance-config.yml b/baserock_ostree/instance-config.yml
index 1f218fc0..6228d99d 100644
--- a/baserock_ostree/instance-config.yml
+++ b/baserock_ostree/instance-config.yml
@@ -9,7 +9,11 @@
become: yes
become_method: sudo
tasks:
- - import_tasks: ../tasks/create-data-volume.yml lv_name=ostree lv_size=290g mountpoint=/srv
+ - import_tasks: ../tasks/create-data-volume.yml
+ vars:
+ lv_name: ostree
+ lv_size: 290g
+ mountpoint: /srv
# This should perhaps have been called ostree-cache
- name: ostree user