This commit is contained in:
David Stephens 2022-10-01 21:00:27 +01:00 committed by GitHub
parent 3b18fc4c8f
commit 8d1cd19b80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,14 +4,6 @@
src: motd.txt
dest: /etc/motd
- name: Enable Universe repository
raw: apt-add-repository universe
register: add_repo_result
changed_when: "'distribution component enabled for all sources' in add_repo_result.stdout"
until: add_repo_result.rc == 0
retries: 3
delay: 1
- name: Update apt-cache
apt:
update_cache: yes