Brian Coca
d628f3f591
Merge pull request #10563 from sivel/fix-gen-egg-info
...
egg_info is now written directly to lib
10 years ago
Matt Martz
104b2036f7
egg_info is now written directly to lib
10 years ago
Brian Coca
5ec1f3bd6e
removed folding sudo/su to become logic from constants as it is already present downstream in playbook/play/tasks
10 years ago
Brian Coca
1f2e60f251
Merge pull request #10558 from hagbarddenstore/devel
...
Always define error before using it
10 years ago
Brian Coca
35a8f94b52
Merge pull request #10557 from kristous/patch-2
...
Update README.md
10 years ago
Brian Coca
76e3a9c93a
Merge pull request #9894 from 47lining/cloud_modules_sts_support_redux_ansible
...
Cloud Modules STS Support Redux
10 years ago
Brian Coca
ecae993ead
Merge pull request #10554 from jxn/changelog-spellcheck
...
Fix a few spelling errors in the changelog
10 years ago
Kim Johansson
576832e4c9
Always define error before using it
...
When the error reason is "Forbidden", the code throws a Python exception
rather than simply outputting the exception reason.
It's not nice to throw a Python exception when all the info to display
a proper message is available.
10 years ago
kristous
e964439b99
Update README.md
...
to get debuild you need to install devscripts
10 years ago
jxn
bc2e6d4d0e
Fix a few spelling errors in the changelog
10 years ago
Brian Coca
75f933cf64
Merge pull request #10551 from deimosfr/devel
...
fix consul inventory issue (missing method param)
merging as this does not seem to have worked before
10 years ago
deimosfr
7b63a57993
fix consul inventory issue (missing method param)
10 years ago
Toshio Kuratomi
b7936009c2
Correct typo
10 years ago
Toshio Kuratomi
0ec1b025a9
Update the module pointers
10 years ago
Toshio Kuratomi
ea2d00c558
v2 equivalent for https://github.com/ansible/ansible/pull/8564
...
Looks like there's currently no code for the ansible_*_interpreter but
modified the note abouot adding it
10 years ago
Toshio Kuratomi
5bf9ea6298
make sure the shebang we inject into the module is a str
...
Fixes #8564
10 years ago
Rene Moser
3e7d959c9d
cloudstack: module utils are BSD licensed
10 years ago
Rene Moser
c066a60b7c
cloudstack: fail_json() if library cs is not found
10 years ago
Rene Moser
1ba05dd3a2
cloudstack: add doc fragment
10 years ago
Rene Moser
bb6d983290
cloudstack: add utils for common functionality
10 years ago
Brian Coca
e9c8e89c77
added cloudtrail to changelog
10 years ago
Brian Coca
3615171651
added maven artifact to changelog
10 years ago
Brian Coca
74ef30cec1
added pushover module to changelog
10 years ago
Brian Coca
51d6db136c
updated changelog
10 years ago
Brian Coca
ff71f06b3f
Merge pull request #10538 from tobarja/patch-1
...
Fix some typos in CHANGELOG.md
10 years ago
Andrew Thompson
c697bc2546
Fix some typos in CHANGELOG.md
10 years ago
Toshio Kuratomi
60f972dfe4
Fix the command module handling of non-ascii values.
...
We can't depend on the args being unicode text because we're in module
land, not in the ansible controller land
10 years ago
Toshio Kuratomi
38892e986e
Convert exceptions to unicode using to_unicode rather than str. that stops unicode errors if the string has non-ascii text
10 years ago
Toshio Kuratomi
aaa25eb75c
Make run_command() work when we get byte str with non-ascii characters (instead of unicode type like we were expecting)
...
Fix and test.
Fixes #10536
10 years ago
Toshio Kuratomi
c024057e97
Fix assert to work with unicode values
10 years ago
James Cammarata
1eed3edc2f
tweaking the CHANGELOG
10 years ago
Brian Coca
d3d343c751
Merge pull request #10534 from matthieucan/patch-1
...
doc: building debian package: 'asciidoc' is a required dependency
10 years ago
Toshio Kuratomi
2c3e58ad59
And all of core module changes added
10 years ago
Toshio Kuratomi
9b20ca31d6
Add a unch of changelog entries for 1.9
10 years ago
Toshio Kuratomi
1aaf444943
Put all module changes in the same location
10 years ago
Matthieu Caneill
1b11e45f3c
doc: building debian package: 'asciidoc' is a required dependency
10 years ago
Brian Coca
00b9364699
added modules from extras
10 years ago
Toshio Kuratomi
34cd6deb9f
Spelling
10 years ago
Brian Coca
699f6b16db
a few more updates
10 years ago
Brian Coca
aca4e292fa
some updates of what 1.9 includes
10 years ago
Brian Coca
b6ec502983
added missing element to make google groups link a actual link
10 years ago
Brian Coca
ff8ef048e0
Merge pull request #10529 from famousgarkin/patch-1
...
rst.j2 template better core module source wording
10 years ago
Ján Dzurek
cf6155f1c2
rst.j2 template better core module source wording
10 years ago
Brian Coca
19ba26e9a5
makes raw module have quiet ssh so as to avoid extra output when not requried
10 years ago
Toshio Kuratomi
131683523b
Add some comments to explain how the property code for Attributes works
10 years ago
Brian Coca
8a0b8629e8
readded -u option
10 years ago
Toshio Kuratomi
bc69ad8147
Rename munge methods to preprocess_data.
...
Remove the call to preprocess_loop data from playbook_include as
includes can't be used with loops.
10 years ago
Toshio Kuratomi
6ba24e9fa1
Remove comment on changing Base.munge => it's used by become.py
10 years ago
Toshio Kuratomi
63c54035de
Get rid of iteritems usage when we only care about the keys
10 years ago
Toshio Kuratomi
fdf51e9a96
Use class.mro() instead of custom base_class finder code
10 years ago