Fix typos in install_apt.yml
Change-Id: I5c82c6c10d32ccfb19c983fd4aaf0a44aee31681
This commit is contained in:
parent
95bd648ef0
commit
5761171b92
@ -39,7 +39,7 @@
|
||||
# does not update the cache, resulting in a changed
|
||||
# repo config, but no updated cache. To work around
|
||||
# this bug we implement the change of repo config
|
||||
# and the cache update as two seperate tasks.
|
||||
# and the cache update as two separate tasks.
|
||||
- name: Add rabbitmq repo
|
||||
apt_repository:
|
||||
repo: "{{ rabbitmq_repo.repo }}"
|
||||
@ -58,7 +58,7 @@
|
||||
# does not update the cache, resulting in a changed
|
||||
# repo config, but no updated cache. To work around
|
||||
# this bug we implement the change of repo config
|
||||
# and the cache update as two seperate tasks.
|
||||
# and the cache update as two separate tasks.
|
||||
- name: Add erlang repo
|
||||
apt_repository:
|
||||
repo: "{{ rabbitmq_erlang_repo.repo }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user