From 30c661e01bacd21a2089cb967f36b06cbcb6e85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Fri, 18 Aug 2017 16:23:08 +0200 Subject: [PATCH] see #5: do not update jinja2 since it is part of another issue (see #9) --- common/install-jmespath.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/install-jmespath.yml b/common/install-jmespath.yml index 08c5a61..12e6f3d 100644 --- a/common/install-jmespath.yml +++ b/common/install-jmespath.yml @@ -33,7 +33,7 @@ become: yes when: 'jmespath_missing and on_rhel7' - - name: Install JMESPATH and update Jinja - command: 'scl enable python27 ''pip install --install-option="--install-purelib=/usr/lib/python2.7/site-packages/" jinja2 jmespath'' ' + - name: Install JMESPATH + command: 'scl enable python27 ''pip install --install-option="--install-purelib=/usr/lib/python2.7/site-packages/" jmespath'' ' become: yes when: 'jmespath_missing and on_rhel7'