Skip to content

Commit

Permalink
upgrade to python39 for newer navigator
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan committed Aug 16, 2023
1 parent dd5774f commit d9314e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion roles/shadowman_dev_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,12 @@
state: started
daemon_reload: true

- name: Install podman and git
- name: Install podman and git and python 3.9
ansible.builtin.dnf:
name:
- podman
- git
- python39
state: present

- name: Install ansible-navigator
Expand All @@ -171,6 +172,7 @@
name: ansible-navigator
state: present
extra_args: --user
executable: pip3.9

- name: Allocate subuids for user
subuid:
Expand Down
4 changes: 3 additions & 1 deletion roles/shadowman_dev_server_builtin/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,12 @@
state: started
daemon_reload: true

- name: Install podman and git
- name: Install podman and git and python 3.9
ansible.builtin.dnf:
name:
- podman
- git
- python39
state: present

- name: Install ansible-navigator
Expand All @@ -168,6 +169,7 @@
name: ansible-navigator
state: present
extra_args: --user
executable: pip3.9

- name: Allocate subuids for user
subuid:
Expand Down

0 comments on commit d9314e8

Please sign in to comment.