We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e83a1f8 commit 0293a92Copy full SHA for 0293a92
README.md
@@ -120,6 +120,10 @@ to make it work for more environments.
120
Changelog
121
---------
122
123
+### 1.3.2 ###
124
+
125
+`atk-show-template` now allows specification of which user to gather facts as.
126
127
### 1.3.1 ###
128
129
`atk-git-diff` now does not fail when a diff contains deleted or added files.
setup.py
@@ -2,7 +2,7 @@
2
3
4
setup(name='ansible-toolkit',
5
- version='1.3.1',
+ version='1.3.2',
6
description='The missing Ansible tools',
7
url='http://github.com/dellis23/ansible-toolkit',
8
author='Daniel Ellis',
0 commit comments