<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ansible.git, branch issue_17064_dynamic_include_params_loop_item</title>
<subtitle>github.com: ansible/ansible.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/'/>
<entry>
<title>Rework the way params are assigned to TaskIncludes when they're dynamic</title>
<updated>2016-08-16T19:37:11+00:00</updated>
<author>
<name>James Cammarata</name>
<email>jimi@sngx.net</email>
</author>
<published>2016-08-15T20:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=1f24ab10875f99adc1185f068def1ca355517aeb'/>
<id>1f24ab10875f99adc1185f068def1ca355517aeb</id>
<content type='text'>
Copying the TaskInclude task (which is the parent) before loading the blocks
makes the code much more simple and clean, and fixes a bug introduced during
the performance improvement changes (and specifically the change which moved
things to a single-parent model).

Fixes #17064
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Copying the TaskInclude task (which is the parent) before loading the blocks
makes the code much more simple and clean, and fixes a bug introduced during
the performance improvement changes (and specifically the change which moved
things to a single-parent model).

Fixes #17064
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow notifies to be sent to the top level includes when they were static</title>
<updated>2016-08-15T19:22:35+00:00</updated>
<author>
<name>James Cammarata</name>
<email>jimi@sngx.net</email>
</author>
<published>2016-08-15T18:45:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=f722d41eab009c2b75a66baadd043782168cea74'/>
<id>f722d41eab009c2b75a66baadd043782168cea74</id>
<content type='text'>
Since we introduced static includes in 2.1, this broke the functionality
where a notify could be sent to a named include statement, triggering all
handlers contained within the include. This patch fixes that by adding a
search through the parents of a handler for any TaskIncludes which match.

Fixes #15915
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we introduced static includes in 2.1, this broke the functionality
where a notify could be sent to a named include statement, triggering all
handlers contained within the include. This patch fixes that by adding a
search through the parents of a handler for any TaskIncludes which match.

Fixes #15915
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #16606 from ryansb/rds-cluster-inventory-aioue</title>
<updated>2016-08-15T19:08:55+00:00</updated>
<author>
<name>Ryan Brown</name>
<email>sb@ryansb.com</email>
</author>
<published>2016-08-15T19:08:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=c5cc6edb93b670cb39ab73fed96d9704f8bc7c3c'/>
<id>c5cc6edb93b670cb39ab73fed96d9704f8bc7c3c</id>
<content type='text'>
Support RDS clusters in AWS dynamic inventory script</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Support RDS clusters in AWS dynamic inventory script</pre>
</div>
</content>
</entry>
<entry>
<title>Paginate DB cluster responses in AWS RDS dynamic inventory</title>
<updated>2016-08-15T18:27:48+00:00</updated>
<author>
<name>Ryan S. Brown</name>
<email>sb@ryansb.com</email>
</author>
<published>2016-08-15T18:27:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=0783c172d781acc0ce38fe1afa662ea126dabd90'/>
<id>0783c172d781acc0ce38fe1afa662ea126dabd90</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix async logic when parsing fails (#17091)</title>
<updated>2016-08-15T17:29:06+00:00</updated>
<author>
<name>David Shrewsbury</name>
<email>Shrews@users.noreply.github.com</email>
</author>
<published>2016-08-15T17:29:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=bf8c871801fe75557823cdeb8228da9d18ece599'/>
<id>bf8c871801fe75557823cdeb8228da9d18ece599</id>
<content type='text'>
We want to NOT consider the async task as failed if the result is
not parsed, which was the intent of:

  https://github.com/ansible/ansible/pull/16458

However, the logic doesn't actually do that because we default
the 'parsed' value to True. It should default to False so that
we continue waiting, as intended.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We want to NOT consider the async task as failed if the result is
not parsed, which was the intent of:

  https://github.com/ansible/ansible/pull/16458

However, the logic doesn't actually do that because we default
the 'parsed' value to True. It should default to False so that
we continue waiting, as intended.</pre>
</div>
</content>
</entry>
<entry>
<title>Update submodule refs</title>
<updated>2016-08-15T17:02:07+00:00</updated>
<author>
<name>James Tanner</name>
<email>tanner.jc@gmail.com</email>
</author>
<published>2016-08-15T17:02:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=1f5552f586b58f6876bef9511f4ee329a358a4e7'/>
<id>1f5552f586b58f6876bef9511f4ee329a358a4e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Make sure includes for handlers in roles look in the correct subdir</title>
<updated>2016-08-15T15:08:11+00:00</updated>
<author>
<name>James Cammarata</name>
<email>jimi@sngx.net</email>
</author>
<published>2016-08-15T15:07:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=daf6eb97d3b0d059e0856015b2eb62d32281b9ad'/>
<id>daf6eb97d3b0d059e0856015b2eb62d32281b9ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>slightly better presentation docs</title>
<updated>2016-08-15T15:00:29+00:00</updated>
<author>
<name>Brian Coca</name>
<email>brian.coca+git@gmail.com</email>
</author>
<published>2016-08-12T19:39:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=64a8d24b723b956238b71b5ec0b75aa7241bb4b9'/>
<id>64a8d24b723b956238b71b5ec0b75aa7241bb4b9</id>
<content type='text'>
- description items are now separated
- choices/defaults start at their own line
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- description items are now separated
- choices/defaults start at their own line
</pre>
</div>
</content>
</entry>
<entry>
<title>Note that to_nice_yaml(indent=X) was new in 2.2 (#17085)</title>
<updated>2016-08-15T14:41:55+00:00</updated>
<author>
<name>Tim Whittington</name>
<email>github@whittington.net.nz</email>
</author>
<published>2016-08-15T14:41:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=b3c686f4c547480af521f4ec4d0b41a890aad394'/>
<id>b3c686f4c547480af521f4ec4d0b41a890aad394</id>
<content type='text'>
The ability to pass indent parameter to to_nice_yaml was introduced in 2.2, but this is not noted in the docs.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ability to pass indent parameter to to_nice_yaml was introduced in 2.2, but this is not noted in the docs.</pre>
</div>
</content>
</entry>
<entry>
<title>document what glob style is used (#17080)</title>
<updated>2016-08-15T13:38:27+00:00</updated>
<author>
<name>Ted Timmons</name>
<email>ted@perljam.net</email>
</author>
<published>2016-08-15T13:38:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ansible.git/commit/?id=f4bd38a153694665686ecbe73995548e1594c15b'/>
<id>f4bd38a153694665686ecbe73995548e1594c15b</id>
<content type='text'>
Took some digging to find that `with_fileglob` calls a method named `fileglob()`, which uses Python's `glob` library.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Took some digging to find that `with_fileglob` calls a method named `fileglob()`, which uses Python's `glob` library.</pre>
</div>
</content>
</entry>
</feed>
