Switch this conditional to handle fedora instances as well.
This commit is contained in:
parent
086d297f50
commit
59e3569deb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue