Switch this conditional to handle fedora instances as well.

This commit is contained in:
Kevin Fenzi 2015-02-03 13:46:32 +00:00
parent 086d297f50
commit 59e3569deb

View file

@ -24,7 +24,7 @@
owner=fedmsg
group=fedmsg
state=directory
when: ansible_distribution_major_version != '7'
when: ansible_distribution_major_version == '6'
tags:
- fedmsg/base