copr: unmask tmp.mount

This commit is contained in:
Miroslav Suchý
2020-02-20 11:25:37 +01:00
committed by Pierre-Yves Chibon
parent 5723472a5c
commit feda20ad3c

View File

@@ -15,6 +15,12 @@
# tags:
# - config
- name: enable service tmp.mount and ensure it is not masked
systemd:
name: tmp.mount
enabled: yes
masked: no
- name: enable epel for non-fedora hosts
package: state=present pkg="epel-release"
when: ansible_distribution != 'Fedora'
@@ -81,5 +87,6 @@
tags:
- config
# - name: enable and run logrotate service
# service: name="logrotate" state=started