gather facts when neccessary

This commit is contained in:
adns44 2024-10-05 09:04:51 +02:00
parent d8492cb415
commit bc7e6233c1

View file

@ -14,6 +14,7 @@
mode: "0644"
- name: Add Docker repository.
gather_facts: true
ansible.builtin.apt_repository:
repo: "{{ docker_apt_repository }}"
state: present