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.
2 parents f8691e7 + 60f39f9 commit 0537002Copy full SHA for 0537002
tasks/mount_lv.rb
@@ -4,7 +4,7 @@
4
5
# Parse the parameters
6
# params = JSON.parse(STDIN.read)
7
-params = JSON.parse(File.read('/home/vagrant/mount_lv.json'))
+params = JSON.parse(STDIN.read)
8
9
# Set parameters to local variables and resolve defaults if required
10
volume_group = params['volume_group']
0 commit comments