Toshio Kuratomi
49d47a8241
git module now with clone parameter and update=no reverted
...
Conflicts:
lib/ansible/modules/core
11 years ago
Toshio Kuratomi
f6e7f318a2
Fix remote_checksum with delegate_to and add tests for several ways that delegate_to works
11 years ago
Toshio Kuratomi
1545c73d27
Make test for skipping agree with the way current output formats a skip
11 years ago
Brian Coca
bff88271ee
fixed integration test as with_items always returns a list, even if
...
empty
11 years ago
Toshio Kuratomi
0a52913dfa
Have remote_expanduser honor sudo and su users.
...
Fixes #9663
11 years ago
Chris Church
8dd3d84250
Fix PowerShell plugin issues affecting fetch module when used against Windows hosts.
11 years ago
Toshio Kuratomi
e5344a7167
Integration tests for #9242 and #9640
11 years ago
Toshio Kuratomi
ef6769d6c8
Clean up the format of pull #9590
11 years ago
Rohan McGovern
be6ef11e96
test_git: add tests for version=<sha1> case
...
This test covers a recently fixed bug,
https://github.com/ansible/ansible-modules-core/issues/313
11 years ago
Toshio Kuratomi
c4c3cc315d
Transform both values of a task name into a byte str prior to comparing
...
Fixes #9571
11 years ago
James Cammarata
aa1a46092d
Fix missing dep on parsing integration test for preparation role
11 years ago
James Cammarata
9a0f8f0158
Split out various vars-related things to avoid merging too early
...
Fixes #9498
11 years ago
Toshio Kuratomi
c3c6a07e65
Update apt test for newer version of test package and pull in an apt module fix
11 years ago
Mario de Frutos
dd9dc637d1
Test install with wildcard
11 years ago
Brian Coca
dd60036fb9
added changed status to return when new early create check is triggered,
...
added skipped check to test on create existing
11 years ago
Toshio Kuratomi
531eaddb3d
Remove second invocation of mysql_user integration test
...
Seems to have been mistakenly added when mysql_variable tests were
added.
11 years ago
Toshio Kuratomi
f109b818bf
Disable pip test on FIPS enabled systems because pip unconditionally uses md5
11 years ago
Toshio Kuratomi
b828b25784
Add a fips fact and use it for integration tests
11 years ago
Toshio Kuratomi
ffc2e5a627
Do not fail on failure of md5 checksumming tests for non_destructive
...
tests
11 years ago
Toshio Kuratomi
507a1ef093
Fix integration test to check for checksum, not md5sum
11 years ago
Toshio Kuratomi
f1267c0b05
Move from md5 to sha1 to work on fips-140 enabled systems
11 years ago
Toshio Kuratomi
67ff4428d5
Fix up all python3 issues that do not have to do with text/bytes
11 years ago
Toshio Kuratomi
050d17295d
Remove test case that wasn't reported as something git should do
11 years ago
Toshio Kuratomi
82e8d677d9
Test the git changes for the git module's recursive flag
11 years ago
Toshio Kuratomi
56c268ade4
New test that newlines in systemd service scripts don't cause problems
11 years ago
Toshio Kuratomi
43b3eecf52
Debian/Ubuntu doesn't have group nobody so remove the group portion of the new template tests as owner and mode will exercise the problematic code path
11 years ago
Toshio Kuratomi
feb9ed1de8
Fix template module incorrectly handling mode when dest is a directory
...
Fixes #9350
11 years ago
James Cammarata
b61a78532c
Catch template syntax errors specifically when templating strings
...
Fixes #9333
11 years ago
Emilien Kenler
39ce134c2c
Add integration test for the shell module
...
* it ensures that it's possible to define options in the multiline block
11 years ago
James Cammarata
fe5a7bcabf
Fixing bad variable naming choices
11 years ago
James Cammarata
2eda9a3a47
Fixing item loop when undefined variable errors occur because of missing attributes
...
Fixes a case where the variable 'foo' may exist, but the with_items loop
was used on something like 'foo.results', where 'results' was not a valid
attribute of 'foo'. Prior to this patch, conditionals were not evaluated
until later, meaning there was no opportunity to allow a test to skip the
task or item based on it being undefined.
11 years ago
James Cammarata
05644686de
Fix bug in plugin path caching
...
Fixes #9263
11 years ago
James Cammarata
0c40c6c23c
Fix order of resolving dependent role variables from vars files
...
Also adds a new class to the test_var_precedence test to check for
this type of error in the future.
Fixes #9178
11 years ago
James Cammarata
313f26f866
Fix issue with vars precedence from roles
...
Fixes #9219
11 years ago
James Cammarata
21dcfd7192
Adding integration tests for async fire-and-forget checking
...
Also updated the CHANGELOG for the feature
11 years ago
James Cammarata
889dfc4374
Merge pull request #8959 from willthames/galaxy_ssh_clone
...
Allow fairly common ssh repo clone path to work
11 years ago
James Cammarata
56954a200e
Merge branch 'devel' of https://github.com/dmage/ansible into dmage-devel
11 years ago
Toshio Kuratomi
f7b5b85743
Fix the name of the upstart service
11 years ago
Toshio Kuratomi
d98e32e364
Fix the var we're checking in the upstart test
11 years ago
Toshio Kuratomi
6943ec11a5
Failure to enable a service now fails the task
...
Fixes: 8855
11 years ago
James Cammarata
28f6a18ef6
Allow git repo queries without a clone when update=no
...
This commit also makes the dest parameter optional, unless update=yes
(the default), since it is not required for queries without an update.
Fixes #8630
11 years ago
James Cammarata
b376e208c7
Adding "follow" param for file/copy options
...
Also modifies the template action plugin to use this new param
when executing the file/copy modules for templating so that links
are preserved correctly.
Fixes #8998
11 years ago
Toshio Kuratomi
49a6af1378
Test that file touch does not keep a new file if we failed to set its
...
attributes
11 years ago
James Cammarata
dc9482d548
Fix quoting issues in lineinfile for individual single-quotes
...
Fixes #8806
11 years ago
James Cammarata
178075489b
Merge branch 'gh-7432' of https://github.com/hfinucane/ansible into hfinucane-gh-7432
11 years ago
James Laska
6cd55a5e95
Correct mysql integration indentation
11 years ago
James Laska
b7c7476359
Include el7 mariadb support in mysql integration test
11 years ago
James Cammarata
317ab06bc6
Fixing multiline parsing to preserve newlines
...
Fixes #8813
11 years ago
James Cammarata
a571fd4efe
Convert boolean strings from set_fact to proper boolean values
...
Also adds integration tests for booleanification of strings
Fixes #8629
11 years ago
Will Thames
d6a725659e
Allow github style ssh repo names
11 years ago