diff options
author | Kishin Yagami <k.yagami.suou@gmail.com> | 2016-04-09 03:39:08 +0900 |
---|---|---|
committer | Brian Coca <bcoca@ansible.com> | 2016-04-08 14:39:08 -0400 |
commit | e4a6106ea5a2ee43e889821970ad3dc89bc82cc2 (patch) | |
tree | 7aef197b1909a4379fecee767710f82daf842e4c /ansible-core-sitemap.xml | |
parent | 0eb2844cc634a086a3ce6865d36d7bf367416e77 (diff) | |
download | ansible-e4a6106ea5a2ee43e889821970ad3dc89bc82cc2.tar.gz |
Add debug strategy plugin (#15125)
* Add debug strategy plugin
* Fix Python 2-3 compatiblity issue
* Add document for debug strategy
Diffstat (limited to 'ansible-core-sitemap.xml')
-rw-r--r-- | ansible-core-sitemap.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ansible-core-sitemap.xml b/ansible-core-sitemap.xml index 84a048d311..ea05e356f3 100644 --- a/ansible-core-sitemap.xml +++ b/ansible-core-sitemap.xml @@ -113,6 +113,11 @@ <priority>0.5</priority> </url> <url> + <loc>http://docs.ansible.com/ansible/playbooks_debugger.html</loc> + <changefreq>weekly</changefreq> + <priority>0.5</priority> + </url> + <url> <loc>http://docs.ansible.com/ansible/become.html</loc> <changefreq>weekly</changefreq> <priority>0.5</priority> @@ -2713,4 +2718,4 @@ <priority>0.3</priority> </url> -</urlset>
\ No newline at end of file +</urlset> |