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:
parent
1bfbc7169b
commit
967339a1f8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user