Browse Source

fix typo in default variables

master
Nicolas Massé 9 years ago
parent
commit
d26efbfb15
  1. 2
      roles/hostpath-provisioner/vars/main.yml

2
roles/hostpath-provisioner/vars/main.yml

@ -5,4 +5,4 @@
git_checkout_path: /home/{{ ansible_user }}/OpenShift-HostPath-Provisioner git_checkout_path: /home/{{ ansible_user }}/OpenShift-HostPath-Provisioner
git_repo_url: https://github.com/nmasse-itix/OpenShift-HostPath-Provisioner.git git_repo_url: https://github.com/nmasse-itix/OpenShift-HostPath-Provisioner.git
target_namespace: default target_namespace: default
docker_image: john/openshift-hostpath-provisioner:latest docker_image: nmasse/openshift-hostpath-provisioner:latest

Loading…
Cancel
Save