Skip to content
Snippets Groups Projects
Commit 2fa93705 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

style: satisfy Molecule lint

parent 14b0e904
No related branches found
No related tags found
No related merge requests found
Pipeline #3343 canceled
---
# Sooo, WTF is this?
# In Debian 11 Bullseye's default configuration, network is managed by
#`ifupdown`. This is OK until you try to use NFS mounts, because they require
# `ifupdown`. This is OK until you try to use NFS mounts, because they require
# the network to be fully up and reachable. As `ifupdown` won't properly report
# the actual network status, SystemD will try to mount NFS shares too early and
# fail inevitably, because the network is not reachable yet.
......@@ -61,4 +61,4 @@
# The network changes require a reboot, so do that.
- name: reboot system
ansible.builtin.reboot:
changed_when: False
changed_when: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment