--- - name: configure debian custom repository apt_repository: repo: "deb {{ ceph_custom_repo }} {{ ansible_lsb.codename }} main" state: present update_cache: no notify: update apt cache if a repo was added