Revert "copr: unmask tmp.mount"

This reverts commit 911e10db3ae661d1758e971a71e3b098ee7670f6.
in favour of change in 1569679e1b213374b7eb75915e6a87cfd8799b30
This commit is contained in:
Miroslav Suchý 2020-02-20 17:08:14 +01:00 committed by Pierre-Yves Chibon
parent 4b19dec6e3
commit 2898069905

View file

@ -15,12 +15,6 @@
# 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'
@ -88,6 +82,5 @@
- config
when: datacenter != "aws"
# - name: enable and run logrotate service
# service: name="logrotate" state=started