Merge "Drop python_cmd set_Fact"

This commit is contained in:
Zuul 2021-01-14 03:12:37 +00:00 committed by Gerrit Code Review
commit 96d43a0632
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"