We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 988ca4d commit 784c3b8Copy full SHA for 784c3b8
ruby.yml
@@ -1,5 +1,6 @@
1
# roles/ruby/tasks/main.yml
2
# This file contains all the tasks that will be run for the ruby play
3
+# This task need more testing
4
---
5
- name: install required packages
6
become: true
@@ -67,4 +68,4 @@
67
68
- name: Remove archive
69
file:
70
path: "/tmp/ruby-{{ruby_version}}.tar.gz"
- state: absent
71
+ state: absent
0 commit comments