commit | bec148539b86156daf554b71b9da27995a631074 | [log] [tgz] |
---|---|---|
author | Eric Tang <qcorba@gmail.com> | Thu May 10 22:55:58 2018 +0800 |
committer | Thomas Vachuska <tom@opennetworking.org> | Tue Aug 14 18:18:05 2018 +0000 |
tree | 66d4f5a1e12ce37d24e7b4e169671850e1ef99de | |
parent | 49c291d12262c280789f6be672873ee5a2ea148c [diff] |
[ONOS-7668] Fix ansible scripts for Vagrant tutorial VM. Change-Id: I8e063a0ef00c57c092b81eca6ac551964eba6372
diff --git a/tools/dev/vagrant/ansible/roles/tutorial-common/tasks/main.yml b/tools/dev/vagrant/ansible/roles/tutorial-common/tasks/main.yml index 6ef9430..cf69af9 100644 --- a/tools/dev/vagrant/ansible/roles/tutorial-common/tasks/main.yml +++ b/tools/dev/vagrant/ansible/roles/tutorial-common/tasks/main.yml
@@ -126,6 +126,8 @@ file: path: "/home/{{ item.value.user }}/Desktop" state: directory + owner: "{{ item.value.user }}" + group: "{{ item.value.user }}" mode: 0755 with_dict: "{{ tutorials }}" @@ -279,4 +281,4 @@ Comment[en_US]= Terminal=true X-KeepTerminal=true - with_dict: "{{ tutorials }}" \ No newline at end of file + with_dict: "{{ tutorials }}"