diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-04-15 20:52:38 -0400 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2015-04-15 20:52:38 -0400 |
commit | dbb252bc04a6488c1fde05dbc325b246fd4a651e (patch) | |
tree | 7f68a9c5a9f90e0ee09f2197909d39207a5e5cce /playbooks/aws/openshift-cluster/launch.yml | |
parent | 545949d42411a7a10e5728c75f73872c69a2dc93 (diff) | |
download | openshift-dbb252bc04a6488c1fde05dbc325b246fd4a651e.tar.gz openshift-dbb252bc04a6488c1fde05dbc325b246fd4a651e.tar.bz2 openshift-dbb252bc04a6488c1fde05dbc325b246fd4a651e.tar.xz openshift-dbb252bc04a6488c1fde05dbc325b246fd4a651e.zip |
Fixup typos
Diffstat (limited to 'playbooks/aws/openshift-cluster/launch.yml')
-rw-r--r-- | playbooks/aws/openshift-cluster/launch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/launch.yml b/playbooks/aws/openshift-cluster/launch.yml index e7125ea0c..a0de00fc3 100644 --- a/playbooks/aws/openshift-cluster/launch.yml +++ b/playbooks/aws/openshift-cluster/launch.yml @@ -7,7 +7,7 @@ - vars.yml tasks: - fail: - msg: Deployment type not supported for libvirt provider yet + msg: Deployment type not supported for aws provider yet when: deployment_type == 'enterprise' - include: ../../common/openshift-cluster/set_master_launch_facts_tasks.yml |