Skip to content
  1. Jan 17, 2023
  2. Jan 16, 2023
  3. Jan 13, 2023
  4. Jan 12, 2023
  5. Jan 11, 2023
  6. Jan 10, 2023
  7. Jan 09, 2023
  8. Jan 05, 2023
  9. Jan 04, 2023
  10. Jan 03, 2023
  11. Dec 26, 2022
  12. Dec 24, 2022
  13. Dec 20, 2022
    • Thomas Woerner's avatar
      vault: Use FQCN for ansible.builtin · b175c78c
      Thomas Woerner authored
      Use Fully Qualified Collection Name (FQCN) for ansible builtins. This is
      ansible.builtin.set_fact instead of set_fact for example and aplies for
      all actions that are part of ansible.builtin.
      
      All the replaced ansible.builtins:
        assert, command, copy, debug, fail, fetch, file, import_playbook,
        import_tasks, include_role, include_tasks, include_vars, package,
        set_fact, shell, slurp, stat, systemd
      b175c78c
    • Thomas Woerner's avatar
      user: Use FQCN for ansible.builtin · 198298b2
      Thomas Woerner authored
      Use Fully Qualified Collection Name (FQCN) for ansible builtins. This is
      ansible.builtin.set_fact instead of set_fact for example and aplies for
      all actions that are part of ansible.builtin.
      
      All the replaced ansible.builtins:
        assert, command, copy, debug, fail, fetch, file, import_playbook,
        import_tasks, include_role, include_tasks, include_vars, package,
        set_fact, shell, slurp, stat, systemd
      198298b2
    • Thomas Woerner's avatar
      trust: Use FQCN for ansible.builtin · d5269c83
      Thomas Woerner authored
      Use Fully Qualified Collection Name (FQCN) for ansible builtins. This is
      ansible.builtin.set_fact instead of set_fact for example and aplies for
      all actions that are part of ansible.builtin.
      
      All the replaced ansible.builtins:
        assert, command, copy, debug, fail, fetch, file, import_playbook,
        import_tasks, include_role, include_tasks, include_vars, package,
        set_fact, shell, slurp, stat, systemd
      d5269c83
Loading