From ecf57d16a7050f18bf9f8938bb61e8c6505e3b4a Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Fri, 13 Apr 2018 01:15:19 +0530 Subject: [PATCH] fedimg: Add dependency to the manual upgrade script Signed-off-by: Sayan Chowdhury --- playbooks/manual/upgrade/fedimg.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 1fc2c03669..25eb4df36e 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -18,6 +18,8 @@ - python2-fedimg - python2-libcloud - python2-fedfind + - python2-toml + - python-vcrpy when: not testing - name: yum update fedimg packages from testing repo yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg @@ -25,6 +27,8 @@ - python2-fedimg - python2-libcloud - python2-fedfind + - python2-toml + - python-vcrpy when: testing - name: verify the backend and restart it