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'