Implement `file_replace_content' task action
This commit is contained in:
@@ -13,8 +13,9 @@ module Producer
|
||||
define_action :echo, Actions::Echo
|
||||
define_action :sh, Actions::ShellCommand
|
||||
|
||||
define_action :mkdir, Actions::Mkdir
|
||||
define_action :file_write, Actions::FileWriter
|
||||
define_action :mkdir, Actions::Mkdir
|
||||
define_action :file_write, Actions::FileWriter
|
||||
define_action :file_replace_content, Actions::FileReplaceContent
|
||||
|
||||
attr_reader :env, :block, :actions
|
||||
|
||||
|
Reference in New Issue
Block a user