# platform = multi_platform_all
# reboot = false
# strategy = enable
# complexity = low
# disruption = low
- name: Enable mount tmp
  ansible.builtin.systemd:
    name: "tmp.mount"
    enabled: "yes"
    state: "started"
    masked: "false"