commit | ce422140e640a7e42e5ae397a341704393090838 | [log] [tgz] |
---|---|---|
author | Zack Williams <zdw@artisancomputer.com> | Fri May 20 14:18:22 2016 -0700 |
committer | Zack Williams <zdw@artisancomputer.com> | Fri May 20 14:18:22 2016 -0700 |
tree | 7f4e06bfee948ecebdbe143b17414415ff29b93d | |
parent | 201467acf8007d6c44ac2c5ffe570ef66205c768 [diff] |
use become to run docker
diff --git a/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml b/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml index ce913e8..68a86ad 100644 --- a/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml +++ b/roles/xos-vm-install/files/xos-setup-cord-pod-playbook.yml
@@ -51,5 +51,6 @@ dest={{ xos_repo_dest }}/xos/configurations/{{ xos_configuration }}/node_key - name: Pull docker images for XOS + become: yes command: docker-compose pull chdir="{{ xos_repo_dest }}/xos/configurations/{{ xos_configuration }}"