mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 18:15:32 +08:00
copr: unmask tmp.mount
This commit is contained in:
committed by
Pierre-Yves Chibon
parent
5723472a5c
commit
feda20ad3c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user