Releases: wied03/ansible-ruby
Releases · wied03/ansible-ruby
v1.0.6
14 Oct 15:23
Compare
Sorry, something went wrong.
No results found
Allow sharing variables between tasks (#29 )
Fix include support in handlers and allow include within task (#32 )
Add 'connection' support to task DSL/model (#38 )
Add YARD class comments for generated module classes (#22 )
Fix termination policies in ec2_asg (#23 )
get_url takes in a Hash for headers (#23 )
docker_container network_mode is now a String and volumes is a Hash (#23 )
file, copy, template support for owner, group, mode, setype, selevel (#23 )
set_fact is now supported, pass a Hash as the parameter
v1.0.5
13 Oct 04:09
Compare
Sorry, something went wrong.
No results found
Added no_log support
include_vars support
Fix Include Not Tested/Working (#40 )
Updated modules for Ansible 2.1.2 (see 1d2b99b )
v1.0.4
05 Sep 20:18
Compare
Sorry, something went wrong.
No results found
Improve error messages (#7 )
Add become/become_user/ignore to play DSL (#34 )
Prevent these Ruby methods from interfering with module attributes: [:system, :test, :warn, :sleep]
v1.0.3
27 Aug 06:45
Compare
Sorry, something went wrong.
No results found
Fix register count issue (#30 )
Inclusion support from playbooks
Handler support
Block support
Add jinja variable helper
Add with_items support and add block helper for that and with_dict
v1.0.2
25 Aug 18:36
Compare
Sorry, something went wrong.
No results found
Allow free form tasks to be supplied without a block
Ensure non-free form tasks are called with a block
Add separate clean/compile rake Tasks
Rename existing Rake task to execute
Try and avoid DSL conflicts
v1.0.1
25 Aug 00:50
Compare
Sorry, something went wrong.
No results found
Bug fix/missing dependency