diff --git a/tasks/requirements.yml b/tasks/requirements.yml index c560c01..66aa666 100644 --- a/tasks/requirements.yml +++ b/tasks/requirements.yml @@ -1,11 +1,11 @@ --- -- name: haproxy | add backports repository +- name: haproxy | add backports repository apt_repository: repo: deb http://deb.debian.org/debian {{ ansible_distribution_release }}-backports main state: present filename: "{{ ansible_distribution_release }}-backports" -- name: haproxy | update apt cache +- name: haproxy | update apt cache apt: update_cache: yes cache_valid_time: 86400