Skip to content

Commit 43c8c23

Browse files
committed
reset python interpreter
1 parent 1bc7a70 commit 43c8c23

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tasks/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# tasks file for beacon
22
#
3+
- name: Reset python interpreter
4+
ansible.builtin.set_fact:
5+
ansible_python_interpreter: /usr/bin/python3
6+
37
- name: Install python
48
ansible.builtin.package:
59
name: "{{ item }}"

0 commit comments

Comments
 (0)