diff options
author | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-06 14:36:53 -0400 |
---|---|---|
committer | Thomas Wiest <twiest@users.noreply.github.com> | 2015-07-06 14:36:53 -0400 |
commit | d24c15acde4f061f174fecc1f3312da2dea5ba19 (patch) | |
tree | ee827fe08291881f0bc59bd2a7b424825bd6e434 /ansible-profile/README.md | |
parent | a7f98a0b8c19d7d20c2e9761104ca24affbbb249 (diff) | |
parent | 1bab4edd3d8cd3201bf210312f18fc9841c339d3 (diff) | |
download | openshift-d24c15acde4f061f174fecc1f3312da2dea5ba19.tar.gz openshift-d24c15acde4f061f174fecc1f3312da2dea5ba19.tar.bz2 openshift-d24c15acde4f061f174fecc1f3312da2dea5ba19.tar.xz openshift-d24c15acde4f061f174fecc1f3312da2dea5ba19.zip |
Merge pull request #291 from lhuard1A/profile
Add a --profile option to spot which task takes more time
Diffstat (limited to 'ansible-profile/README.md')
-rw-r--r-- | ansible-profile/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ansible-profile/README.md b/ansible-profile/README.md new file mode 100644 index 000000000..4f10817d4 --- /dev/null +++ b/ansible-profile/README.md @@ -0,0 +1,6 @@ +# Ansible profile + +This is a callback plugin for timing tasks. + +The upstream project lies in: +https://github.com/jlafon/ansible-profile |