mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-19 02:23:58 -07:00
Add debug strategy plugin (#15125)
* Add debug strategy plugin * Fix Python 2-3 compatiblity issue * Add document for debug strategy
This commit is contained in:
parent
0eb2844cc6
commit
e4a6106ea5
5 changed files with 330 additions and 1 deletions
|
@ -112,6 +112,11 @@
|
|||
<changefreq>weekly</changefreq>
|
||||
<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>
|
||||
|
@ -2713,4 +2718,4 @@
|
|||
<priority>0.3</priority>
|
||||
</url>
|
||||
|
||||
</urlset>
|
||||
</urlset>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue