redhat-cop / openshift-applier

Used to apply OpenShift objects to an OpenShift Cluster
Apache License 2.0
102 stars 61 forks source link

fix typo in example option flag #163

Closed zhao-li closed 4 years ago

zhao-li commented 4 years ago

What does this PR do?

The example usage -e provision: false did not work for me. Instead, changing it to -e provision=false worked.

How should this be tested?

This command didn't work ansible-playbook site.yml --ask-vault-pass -e provision: false Whereas, this command worked: ansible-playbook site.yml --ask-vault-pass -e provision=false

Is there a relevant Issue open for this?

I didn't do much research.

Who would you like to review this?

cc: @redhat-cop/openshift-applier