diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-09 15:07:30 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-09 15:07:30 -0500 |
commit | f5d81c39b80bdc3f48e5552bba0d52a42f54617c (patch) | |
tree | f8dc421ed4a90cdc9fb2ebdabc3b6066cf055893 /playbooks/adhoc/upgrades/upgrade.yml | |
parent | 7b0a657110316516a0c667063dbb63ca48ac2b16 (diff) | |
parent | ca8a5abf71bd885a80f15f3d743eddfc6371af13 (diff) | |
download | openshift-f5d81c39b80bdc3f48e5552bba0d52a42f54617c.tar.gz openshift-f5d81c39b80bdc3f48e5552bba0d52a42f54617c.tar.bz2 openshift-f5d81c39b80bdc3f48e5552bba0d52a42f54617c.tar.xz openshift-f5d81c39b80bdc3f48e5552bba0d52a42f54617c.zip |
Merge pull request #850 from dgoodwin/etcd-dir
Read etcd data dir from appropriate config file.
Diffstat (limited to 'playbooks/adhoc/upgrades/upgrade.yml')
-rw-r--r-- | playbooks/adhoc/upgrades/upgrade.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/adhoc/upgrades/upgrade.yml b/playbooks/adhoc/upgrades/upgrade.yml index 1b6b5757c..03b9193c0 100644 --- a/playbooks/adhoc/upgrades/upgrade.yml +++ b/playbooks/adhoc/upgrades/upgrade.yml @@ -150,7 +150,7 @@ - name: Ensure python-yaml present for config upgrade yum: - pkg: python-yaml + pkg: PyYAML state: installed - name: Upgrade master configuration |