Update git submodules

* Update ansible-role-systemd_mount from branch 'master'
  to 480bb0c871848f2c65f6c7312eab77c33b88ee7a
  - Fix mount's systemd unit dependency logic
    
    Improve logic for making systemd mount dependent on
    network-online.target when network filesystem is being used.
    
    This change improves feature implemented in commit [1].
    
    Currently when device is specified by UUID or LABEL, dependency for
    network-online.target is added even it's not a network filesystem.
    We should be careful with this as it may create circular dependency.
    In my case, circular dependency looked like this:
    
    network.target ->
      network-pre.target ->
        netfilter-persistent.service ->
          local-fs.target ->
            var-lib-nova.mount ->
              network-online.target ->
                network.target
    
    Additionally, this commit was originally supposed to add dependency also
    for CIFS mounts(these ones starting from '//') but it never worked in my
    opinion. It was also fixed by this change.
    
    [1] 6a9dcb6886
    
    Change-Id: I5d2d9c074aa0390a6f8b7c8c0ba1c839fe26f6c5
This commit is contained in:
Damian Dabrowski 2023-01-10 13:13:17 +01:00 committed by Gerrit Code Review
parent a56c7b58c6
commit 08ec009247
1 changed files with 1 additions and 1 deletions

@ -1 +1 @@
Subproject commit 526293ad5bb5daf69088e1348bec6b5946e2ee6d
Subproject commit 480bb0c871848f2c65f6c7312eab77c33b88ee7a