Skip to content

Commit

Permalink
Add dnf support
Browse files Browse the repository at this point in the history
This patch adds dnf support for CentOS.

Implements: blueprint centos-and-dnf
Change-Id: I80884c5f59227a5597da3e3112d34deefee09396
  • Loading branch information
major committed Aug 2, 2017
1 parent c4a6ef3 commit dea0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/heat_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
path: "{{ heat_bin | dirname }}/bin/python2.7"
state: "absent"
when:
- ansible_pkg_mgr == 'yum'
- ansible_pkg_mgr in ['yum', 'dnf']
- heat_get_venv | changed

- name: Update virtualenv path
Expand Down

0 comments on commit dea0d5d

Please sign in to comment.