diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-29 16:18:50 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-04-29 16:18:50 -0400 |
commit | 935da07e94b27ad1eb6c9085d3d182c9e0bc9b0d (patch) | |
tree | 0a0598f1827dc711dd1c4d38096fab780ba88a75 /playbooks/common | |
parent | 9a6981f624e0aabc6ffaa06e9835a5a474098295 (diff) | |
parent | 75cc97d6bf45cd14a8d0017beb88dbbadb6dcd0e (diff) | |
download | openshift-935da07e94b27ad1eb6c9085d3d182c9e0bc9b0d.tar.gz openshift-935da07e94b27ad1eb6c9085d3d182c9e0bc9b0d.tar.bz2 openshift-935da07e94b27ad1eb6c9085d3d182c9e0bc9b0d.tar.xz openshift-935da07e94b27ad1eb6c9085d3d182c9e0bc9b0d.zip |
Merge pull request #191 from detiber/vagrantFile
Add vagrantfile and minor bugfixes
Diffstat (limited to 'playbooks/common')
-rw-r--r-- | playbooks/common/openshift-node/config.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/config.yml b/playbooks/common/openshift-node/config.yml index 5a6c89489..433cfeb87 100644 --- a/playbooks/common/openshift-node/config.yml +++ b/playbooks/common/openshift-node/config.yml @@ -28,6 +28,8 @@ - name: Create temp directory for syncing certs hosts: localhost + connection: local + sudo: false gather_facts: no tasks: - name: Create local temp directory for syncing certs @@ -112,6 +114,8 @@ - name: Delete temporary directory on localhost hosts: localhost + connection: local + sudo: false gather_facts: no tasks: - file: name={{ mktemp.stdout }} state=absent |