mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-10 08:04:23 -07:00
ci_complete
(cherry picked from commit 3dcff121c4
)
Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
2587a2588d
commit
f67708f91c
2 changed files with 8 additions and 8 deletions
|
@ -9,15 +9,15 @@
|
|||
suffix: .django_manage
|
||||
register: tmp_django_root
|
||||
|
||||
- name: Install virtualenv
|
||||
- name: Install virtualenv on CentOS 8
|
||||
package:
|
||||
name: virtualenv
|
||||
state: present
|
||||
when: ansible_distribution == 'CentOS' and ansible_distribution_major_version == '8'
|
||||
|
||||
- name: Install virtualenv
|
||||
package:
|
||||
name: python-virtualenv
|
||||
- name: Install virtualenv on Arch Linux
|
||||
pip:
|
||||
name: virtualenv
|
||||
state: present
|
||||
when: ansible_os_family == 'Archlinux'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue