Fix a typo.

This commit is contained in:
Andrea Dell'Amico 2018-11-16 19:37:53 +01:00
parent b26b50f0a5
commit 5fa54b0500
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
apt_key: keyserver='keyserver.ubuntu.com' id={{ scala_sbt_repo_key }} state=present
- name: Install the scala sbt repository configuration
apt_repository: repo={{ scala_sbt_repo }} state=present update_cache=yes file=scala-sbt.list
apt_repository: repo={{ scala_sbt_repo }} state=present update_cache=yes filename=scala-sbt.list
- name: Install the scala sbt packages
apt: pkg={{ scala_sbt_pkgs }} state=present update_cache=yes cache_valid_time=3600