Skip to content

Commit

Permalink
Add virtualenv package install to prepare play
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyphreak committed Mar 8, 2024
1 parent 70619a8 commit 658b891
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions playbooks/prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,17 @@
roles:
- nephelaiio.mongodb.pip
tasks:
- name: Install yum wheel package
ansible.builtin.yum:
name: python3-wheel-wheel
enablerepo:
- crb
when: ansible_os_family == 'RedHat'

- name: Install virtualenv
ansible.builtin.package:
name: virtualenv

- name: Add host entries for cluster members
ansible.builtin.lineinfile:
path: /etc/hosts
Expand Down

0 comments on commit 658b891

Please sign in to comment.