commit | 5ae57efc6e9567a30f18a51e06f97569f2609826 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Tue Apr 12 14:01:58 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Tue Apr 12 14:01:58 2016 -0700 |
tree | 63174cd1e5762b062b1404ce6148989ed8b21706 | |
parent | 82a6b78b4dcfd0fd184917a4b26c1c6ed5902ec8 [diff] |
fix whitespace
diff --git a/roles/cloudlab-prep/tasks/main.yml b/roles/cloudlab-prep/tasks/main.yml index 6c6195c..5dc9c2c 100644 --- a/roles/cloudlab-prep/tasks/main.yml +++ b/roles/cloudlab-prep/tasks/main.yml
@@ -2,7 +2,7 @@ # roles/cloudlab-prep/tasks/main.yml - name: create directories to mount extra filesystems - file: + file: dest={{ item }} state=directory with_items: "{{ cloudlab_extrafs }}"