cloud_setup_basic: unmask tmp.mount
Since we enable logrotate automatically on all infrastructure VMs (if Fedora), it requires tmp.mount unmasked nowadays.
This commit is contained in:
parent
01ce13e3ec
commit
f84a1ea988
1 changed files with 6 additions and 0 deletions
|
@ -81,3 +81,9 @@
|
||||||
when: updated is defined
|
when: updated is defined
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
- name: ensure tmp.mount is not masked, logrotate start would fail
|
||||||
|
systemd:
|
||||||
|
name: tmp.mount
|
||||||
|
masked: no
|
||||||
|
when: ansible_distribution_major_version|int >= 30 and ansible_distribution == 'Fedora'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue