Skip to content
Snippets Groups Projects
  1. Feb 16, 2023
  2. Jan 24, 2023
  3. Jan 23, 2023
  4. Nov 25, 2022
  5. Nov 15, 2022
  6. Nov 14, 2022
  7. Nov 11, 2022
  8. Nov 09, 2022
  9. Nov 04, 2022
  10. Nov 03, 2022
  11. Nov 01, 2022
  12. Oct 21, 2022
  13. Oct 18, 2022
  14. Jul 12, 2022
  15. Jul 11, 2022
  16. Jul 08, 2022
  17. Jun 20, 2022
  18. Jun 17, 2022
  19. Jun 16, 2022
    • Krisztián Löki's avatar
      Use urlsplit instead of custom regex_replace · 5a13a3fd
      Krisztián Löki authored
      There was some escaping problem with the regex that only showed up
      during live ansible runs; molecule did not complain at all.
      Even though we could just remove the escaping since it is not really necessary
      it is still better to use the `urlsplit` filter that is a dedicated URL
      manipulating function.
      5a13a3fd
  20. Jun 13, 2022
  21. Jun 10, 2022
  22. Jun 09, 2022
  23. Jun 08, 2022
    • Krisztián Löki's avatar
      Move RequireMountsFor to override.conf · 479509e7
      Krisztián Löki authored
      It did not work in the template 🤷
      Also added a separate scenario to test that the systemd service
      * tries to mount required NFS shares
      * is not started if any of the required NFS shares cannot be mounted
      479509e7
  24. Jun 01, 2022
Loading