Merge "Add dnf support"
This commit is contained in:
commit
bef7746c77
@ -104,7 +104,7 @@
|
|||||||
path: "{{ cinder_bin | dirname }}/bin/python2.7"
|
path: "{{ cinder_bin | dirname }}/bin/python2.7"
|
||||||
state: "absent"
|
state: "absent"
|
||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr == 'yum'
|
- ansible_pkg_mgr in ['yum', 'dnf']
|
||||||
- cinder_get_venv | changed
|
- cinder_get_venv | changed
|
||||||
|
|
||||||
- name: Update virtualenv path
|
- name: Update virtualenv path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user