summaryrefslogtreecommitdiffstats
path: root/README_ANSIBLE_CONTAINER.md
diff options
context:
space:
mode:
authorAvesh Agarwal <avagarwa@redhat.com>2015-08-14 15:28:42 -0400
committerAvesh Agarwal <avagarwa@redhat.com>2015-08-14 15:29:24 -0400
commit85c12d98930ae17c782e4d30bae5b1c0dfaadd4f (patch)
treebc6887e7dce3b1fff85a90457d7cec5679d48b5e /README_ANSIBLE_CONTAINER.md
parent8d60535de208a961958dc17f65adbbd03a166200 (diff)
downloadopenshift-85c12d98930ae17c782e4d30bae5b1c0dfaadd4f.tar.gz
openshift-85c12d98930ae17c782e4d30bae5b1c0dfaadd4f.tar.bz2
openshift-85c12d98930ae17c782e4d30bae5b1c0dfaadd4f.tar.xz
openshift-85c12d98930ae17c782e4d30bae5b1c0dfaadd4f.zip
Updated Dockerfile not to clone openshift-ansible repo.
Movied Dockerfile to openshift-ansible repo root and updated README_ANSIBLE_CONTAINER.md file.
Diffstat (limited to 'README_ANSIBLE_CONTAINER.md')
-rw-r--r--README_ANSIBLE_CONTAINER.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README_ANSIBLE_CONTAINER.md b/README_ANSIBLE_CONTAINER.md
index 0541aef26..30c5f8503 100644
--- a/README_ANSIBLE_CONTAINER.md
+++ b/README_ANSIBLE_CONTAINER.md
@@ -3,7 +3,7 @@
```sh
git clone https://github.com/openshift/openshift-ansible.git
- cd openshift-ansible/ansible-container
+ cd openshift-ansible
docker build --rm -t ansible .
```
* Create /etc/ansible directory on the host machine and copy inventory file (hosts) into it.