5759ecd openqa/worker: try and avoid failures in the NFS mount

Authored and Committed by adamwill 4 years ago
    openqa/worker: try and avoid failures in the NFS mount
    
    I thought just having it WantedBy remote-fs.target should be
    enough, but in fact this mount often fails on boot, and I forget
    to check all the worker boxes until a bunch of tests fail and
    everyone is sad. Let's try After=network-online.target and see
    if that helps.
    
    Signed-off-by: Adam Williamson <awilliam@redhat.com>