diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-18 09:29:41 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2016-01-18 09:29:41 -0500 |
commit | f1fd5a7a198703cc26dcc4efc5a4cc6eed3717b7 (patch) | |
tree | 4911429658b355bb7f2751da780378cd32fd2da0 | |
parent | bb1f8aa029078238cf32b038c8bffacb13c3765e (diff) | |
parent | 622231f28d5e997bc918ba8d0a2c4a0248f07655 (diff) | |
download | openshift-f1fd5a7a198703cc26dcc4efc5a4cc6eed3717b7.tar.gz openshift-f1fd5a7a198703cc26dcc4efc5a4cc6eed3717b7.tar.bz2 openshift-f1fd5a7a198703cc26dcc4efc5a4cc6eed3717b7.tar.xz openshift-f1fd5a7a198703cc26dcc4efc5a4cc6eed3717b7.zip |
Merge pull request #1197 from donovanmuller/patch-1
Host group should be OSEv3 not OSv3
-rw-r--r-- | playbooks/adhoc/bootstrap-fedora.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/bootstrap-fedora.yml b/playbooks/adhoc/bootstrap-fedora.yml index de9f36c8a..0df77e309 100644 --- a/playbooks/adhoc/bootstrap-fedora.yml +++ b/playbooks/adhoc/bootstrap-fedora.yml @@ -1,4 +1,4 @@ -- hosts: OSv3 +- hosts: OSEv3 gather_facts: false tasks: - name: install python and deps for ansible modules |