Revert "Remove 'python-jenkins' package to avoid grains load errors"
This reverts commit bbc9d2c939fa4eeb6934fa0cba6573cba956baa7.
Change-Id: Icfef7721efb09f1173ccd7322c36524421b358a5
diff --git a/tcp_tests/templates/shared-salt.yaml b/tcp_tests/templates/shared-salt.yaml
index a8b29f9..22acb9a 100644
--- a/tcp_tests/templates/shared-salt.yaml
+++ b/tcp_tests/templates/shared-salt.yaml
@@ -597,12 +597,6 @@
node_name: {{ HOSTNAME_CFG01 }}
retry: {count: 3, delay: 10}
skip_fail: false
-
-- description: "*Workaround* for https://mirantis.jira.com/browse/PROD-17822"
- cmd: apt-get remove -y python-jenkins
- node_name: {{ HOSTNAME_CFG01 }}
- retry: {count: 1, delay: 5}
- skip_fail: true
{%- endmacro %}
{%- macro MACRO_GENERATE_INVENTORY(RERUN_SALTMASTER_STATE=false) %}