Fixed typo in install.tasks.apt.prepare
This commit is contained in:
parent
50259ba5ca
commit
1e29de8752
1 changed files with 1 additions and 1 deletions
|
@ -44,5 +44,5 @@
|
|||
- name: Add apt source repository
|
||||
apt_repository:
|
||||
repo: deb [arch=amd64] https://apt.releases.hashicorp.com {{ dist }} main
|
||||
filename: /etc/apt/sources.list.d/hashicoprp
|
||||
filename: /etc/apt/sources.list.d/hashicorp
|
||||
validate_certs: true
|
||||
|
|
Loading…
Reference in a new issue