Fix typos in install_apt.yml

Change-Id: I5c82c6c10d32ccfb19c983fd4aaf0a44aee31681
This commit is contained in:
ShangXiao 2019-11-07 10:56:25 +08:00
parent 95bd648ef0
commit 5761171b92
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}"