extend to fedora 31
This commit is contained in:
parent
e74d80e765
commit
62ac707196
1 changed files with 1 additions and 1 deletions
|
@ -19,4 +19,4 @@
|
|||
service:
|
||||
name: tmp.mount
|
||||
enabled: yes
|
||||
when: (ansible_distribution in ["CentOS"] and ansible_distribution_major_version in ["8"])
|
||||
when: (ansible_distribution in ["CentOS"] and ansible_distribution_major_version in ["8"]) or (ansible_distribution in ["Fedora"] and ansible_distribution_major_version in ["31"])
|
||||
|
|
Loading…
Reference in a new issue