forked from ISTI-ansible-roles/ansible-roles
Fix a typo.
This commit is contained in:
parent
b26b50f0a5
commit
5fa54b0500
|
@ -4,7 +4,7 @@
|
||||||
apt_key: keyserver='keyserver.ubuntu.com' id={{ scala_sbt_repo_key }} state=present
|
apt_key: keyserver='keyserver.ubuntu.com' id={{ scala_sbt_repo_key }} state=present
|
||||||
|
|
||||||
- name: Install the scala sbt repository configuration
|
- 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
|
- name: Install the scala sbt packages
|
||||||
apt: pkg={{ scala_sbt_pkgs }} state=present update_cache=yes cache_valid_time=3600
|
apt: pkg={{ scala_sbt_pkgs }} state=present update_cache=yes cache_valid_time=3600
|
||||||
|
|
Loading…
Reference in New Issue