Drop python_cmd set_Fact

We no longer require this since we moved the container-puppet.py into
ansible.

Change-Id: I673e79d7e1963c4bbdb29ff966ff8fff48878743
This commit is contained in:
Alex Schultz 2020-12-11 13:21:56 -07:00
parent 1bfbc7169b
commit 967339a1f8
1 changed files with 0 additions and 15 deletions

View File

@ -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"