mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Fixes #585
This commit is contained in:
parent
3b18fc4c8f
commit
8d1cd19b80
1 changed files with 0 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue