Skip to content

Commit 784c3b8

Browse files
authored
Update ruby.yml
1 parent 988ca4d commit 784c3b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ruby.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# roles/ruby/tasks/main.yml
22
# This file contains all the tasks that will be run for the ruby play
3+
# This task need more testing
34
---
45
- name: install required packages
56
become: true
@@ -67,4 +68,4 @@
6768
- name: Remove archive
6869
file:
6970
path: "/tmp/ruby-{{ruby_version}}.tar.gz"
70-
state: absent
71+
state: absent

0 commit comments

Comments
 (0)