From 967339a1f83d2486be491a8c057a93e80195b0f6 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Fri, 11 Dec 2020 13:21:56 -0700 Subject: [PATCH] Drop python_cmd set_Fact We no longer require this since we moved the container-puppet.py into ansible. Change-Id: I673e79d7e1963c4bbdb29ff966ff8fff48878743 --- common/deploy-steps-tasks-step-1.yaml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/common/deploy-steps-tasks-step-1.yaml b/common/deploy-steps-tasks-step-1.yaml index 35b52746b5..ab6973d092 100644 --- a/common/deploy-steps-tasks-step-1.yaml +++ b/common/deploy-steps-tasks-step-1.yaml @@ -252,21 +252,6 @@ tags: - container_startup_configs -- name: gather facts needed by role - setup: - gather_subset: "!min,python" - when: ansible_python is not defined - tags: - - container_config_tasks - -- name: set python_cmd - set_fact: - python_cmd: "python{{ ansible_python.version.major }}" - cacheable: true - when: python_cmd is not defined - tags: - - container_config_tasks - - name: Set host puppet debugging fact string set_fact: host_puppet_config_debug: "--debug --verbose"