Update tasks/main.yml
All checks were successful
test / Linting (push) Successful in 8s
test / Molecule tests (default, debian11) (push) Successful in 47s
test / Molecule tests (default, debian12) (push) Successful in 51s
test / Molecule tests (default, ubuntu2004) (push) Successful in 52s
test / Molecule tests (default, ubuntu2204) (push) Successful in 56s
test / Molecule tests (with_custom_repo, debian11) (push) Successful in 55s
test / Molecule tests (with_custom_repo, debian12) (push) Successful in 56s
test / Molecule tests (with_custom_repo, ubuntu2004) (push) Successful in 1m1s
test / Molecule tests (with_custom_repo, ubuntu2204) (push) Successful in 58s

This commit is contained in:
Bertrand Lanson 2023-09-14 21:49:45 +00:00
parent 8399c85829
commit 8137e6aad4

View File

@ -14,3 +14,6 @@
- name: "Import custom_repositories.yml" - name: "Import custom_repositories.yml"
ansible.builtin.include_tasks: custom_repositories.yml ansible.builtin.include_tasks: custom_repositories.yml
when: manage_repositories_enable_custom_repo when: manage_repositories_enable_custom_repo
- name: "Update apt caches"
ansible.builtin.meta: flush_handlers