Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit c7417de

Browse files
authored
Merge pull request #259 from staticdev/debug-version
Remove debug
2 parents 3554015 + 11f0f7a commit c7417de

File tree

3 files changed

+1
-15
lines changed

3 files changed

+1
-15
lines changed

current-version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.6.1
1+
2.6.2

playbook.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,5 @@
1111
cache_valid_time: 600
1212
when: ansible_os_family == 'Debian'
1313

14-
# # https://askubuntu.com/questions/1428181/module-lib-has-no-attribute-x509-v-flag-cb-issuer-check
15-
# - name: Update pyOpenSSL.
16-
# ansible.builtin.pip:
17-
# name: pyOpenSSL
18-
# extra_args: --upgrade
19-
2014
roles:
2115
- role: .

tasks/main.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@
22
- name: Load custom facts
33
ansible.builtin.import_tasks: custom_facts.yml
44

5-
- name: Debug Facts
6-
ansible.builtin.debug:
7-
var: ansible_distribution_release
8-
9-
- name: Debug Facts2
10-
ansible.builtin.debug:
11-
var: pipx_path
12-
135
- name: Install pyenv
146
ansible.builtin.import_role:
157
name: staticdev.pyenv

0 commit comments

Comments
 (0)