Skip to content

Commit 8e00cc5

Browse files
committed
typo
1 parent 3ed501d commit 8e00cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/provision.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
- name: remove old ruby version
1515
apt: pkg={{ item }} state=absent
1616
with_items:
17-
- ruby
17+
- ruby1.8
1818

1919
- name: install required packages
2020
apt: pkg={{ item }}

0 commit comments

Comments
 (0)