Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Albert
ansible-post
Commits
28a08c70
Commit
28a08c70
authored
Apr 22, 2021
by
Albert
Browse files
added update aptcache
parent
0914b137
Changes
1
Hide whitespace changes
Inline
Side-by-side
install_grafana.yaml
View file @
28a08c70
...
...
@@ -43,6 +43,15 @@
until
:
_update_apt_cache is succeeded
retries
:
5
delay
:
2
-
name
:
Update apt cache
apt
:
update_cache
:
true
register
:
_pre_update_apt_cache
until
:
_pre_update_apt_cache is succeeded
retries
:
5
delay
:
2
when
:
-
ansible_pkg_mgr == "apt"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment