Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Drop python_cmd set_Fact
Browse files Browse the repository at this point in the history
We no longer require this since we moved the container-puppet.py into
ansible.

Change-Id: I673e79d7e1963c4bbdb29ff966ff8fff48878743
  • Loading branch information
mwhahaha committed Jan 12, 2021
1 parent 1bfbc71 commit 967339a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions common/deploy-steps-tasks-step-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 967339a

Please sign in to comment.