=
3c66caa058
fix win_msi tests by setting wait: true on all win_msi tasks.
...
I suspect this problem was masked previously as older versions of pywinrm
where significantly slower, allowing more time for the windows installer service to complete.
8 years ago
Matt Clay
bbffa0a0e9
Add tags for modules without dedicated test roles.
8 years ago
James Cammarata
9ad8132628
Updating submodule refs
8 years ago
James Cammarata
cd4412016a
Updating integration tests for async testing
8 years ago
Matt Davis
30c63a41e9
Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaults
...
fix default/main.yml to defaults/main.yml
8 years ago
nitzmahone
b6d41d3d4b
bump extras submodule ref
8 years ago
Nathaniel Case
72204ddd3e
Net mod ios ( #16426 )
...
* Update IOS with new NetworkModule
* Remove redundant EOS code
* `authorize` can get rolled into NetCli
* Fix up IOS to where EOS is.
* Update IOSXR for NetworkModule
* collections is unnecessary
8 years ago
Matt Clay
9a6b8ab271
Add more tags to test_async role.
8 years ago
James Cammarata
6cde80fe69
Updating submodule refs
8 years ago
Brian Coca
906dc99c64
correctly set become value in console
...
fixes #16614
8 years ago
James Cammarata
eeea6b5f54
Tweaking release vars file format and structure
8 years ago
James Cammarata
9799984524
Merge pull request #16623 from bcoca/release_reorg
...
reorganized release playbook
8 years ago
Brian Coca
940533762d
reorganized release playbook
...
moved versions into it's own file to keep the main play more readable
8 years ago
Matt Clay
fdf22b5a40
Support module tests on a single image. ( #16620 )
8 years ago
James Cammarata
9248cde239
Force remote_user to be the currently user for connection=local
...
Fixes ansible-modules-core#4092
8 years ago
Matt Clay
696feacbb6
Add script to generate module tests. ( #16617 )
8 years ago
Toshio Kuratomi
626e6aee7d
Update core submodule for unarchive fixes
8 years ago
Toshio Kuratomi
d1558fcee4
Don't check that we import basic.py in new-style modules ( #16613 )
...
Since Ansiballz, we no longer need to import basic directly into
a new-style module. Some modules, like the Networking modules, may
import basic in their own module_utils files and the module will import
that specialized module_util file rather than basic.
8 years ago
Toshio Kuratomi
a93cf801e1
Update submodule refs
8 years ago
Monty Taylor
229d8f6b21
Don't treat parsing problems as async task timeout ( #16458 )
...
* Don't treat parsing problems as async task timeout
If there is a problem reading/writing the status file that manifests as
not being able to parse the data, that doesn't mean the task timed out,
it means there was what was likely a tempoarary problem. Move on and
keep polling for success. The only things that should cause the async
status to not be parseable are bugs in the async_runner.
* Add comment explaining not bailing out of loop
* Return different error when result is unparseable
* Remove extraneous else
8 years ago
James Cammarata
930d090507
Fix the way handlers are compiled and found/notified
...
* Instead of rebuilding the handler list all over the place, we now
compile the handlers at the point the play is post-validated so that
the view of the play in the PlayIterator contains the definitive list
* Assign the dep_chain to the handlers as they're compiling, just as we
do for regular tasks
* Clean up the logic used to find a given handler, which is greatly
simplified by the above changes
Fixes #15418
8 years ago
Brian Coca
729686a434
added back spaces for profile_tasks formatting
8 years ago
Toshio Kuratomi
d38cc1e0a1
Remove doubled instantiation of the zipfile ( #16609 )
8 years ago
René Moser
0f5f5fffee
cloudstack: handle unicode API results in has_changed ( #16601 )
...
* cloudstack: handle unicode API results in has_changed
* cloudstack: add more case sensitve keys
8 years ago
Peter Sprygada
58eab8ee9f
Merge pull request #16573 from privateip/network
...
captures the responses from running commands and adds response to object
8 years ago
James Cammarata
690bc192d5
Use get_handler_blocks() to get list of role handlers
8 years ago
Toshio Kuratomi
3f4027f7b4
Add the PID of the Ansible process to local_tmp directory. ( #16589 )
...
This aids in associating a leftover cachedir with a previous run of
Ansible. Came about because of #16489
8 years ago
Will Thames
0e16a5f3ee
Retain local tar.gz roles during galaxy install ( #16592 )
...
Don't treat local tar.gz files as temporary when cleaning
up at the end of an ansible-galaxy install
8 years ago
nitzmahone
1c2bc49025
update docs for unsupported Windows features
8 years ago
Peter Sprygada
7d53fd2ef2
Merge pull request #16587 from privateip/netcfg
...
minor bug fixes found in netcfg
8 years ago
Peter Sprygada
c9dccd3566
Merge pull request #16588 from privateip/vyos
...
bug fixes in vyos shared module
8 years ago
Peter Sprygada
f30a836063
bug fixes in vyos shared module
...
* fixes lots of bugs with get_config function to perform correctly
* refactors load_config into load_candidate
* adds load_config function to convert commands to NetworkConfig
8 years ago
Peter Sprygada
3002965af0
minor bug fixes found in netcfg
...
* fixes issue with converting config to lines
* fixes issue with returning text config with single line
8 years ago
nitzmahone
c5e0d3d17b
prevent spurious pywinrm arg warnings for non-pywinrm connection args
8 years ago
nitzmahone
908ca727d6
bump core submodule ref
8 years ago
James Cammarata
a178ffa674
Merge pull request #15890 from brandond/inv_refresh_hostvars-fixes_15115
...
Ignore limits and restrictions when parsing inventory.
8 years ago
Brian Coca
ec61fba553
updated subref to fix pip issue
8 years ago
Brian Coca
65f87486fc
updated module subrefs
8 years ago
Robin Roth
d0ccedc617
Fix git shallow update ( #16224 )
...
* add git shallow fetch test
covers https://github.com/ansible/ansible-modules-core/issues/3782
updating a repo with depth=1 fails silently if version==HEAD
* raise git version support supporting depth to 1.9.1
8 years ago
James Tanner
d51917f306
Update submodule refs
8 years ago
James Cammarata
06379bb288
Prevent loop_control from being inherited via parent includes
...
Fixes #16542
8 years ago
James Cammarata
584ffe0c64
Merge branch 'axelspringer-iterator-returncode' into devel
8 years ago
James Cammarata
ea6efdbf2c
Merge branch 'iterator-returncode' of https://github.com/axelspringer/ansible into axelspringer-iterator-returncode
8 years ago
Martin Matuska
8bff6154a6
Determine failed hosts with _check_failed_state() ( #16566 )
9 years ago
Peter Sprygada
c5d4151234
Merge pull request #16576 from privateip/vyos_docs
...
initial add of vyos shared documentation fragments
9 years ago
Peter Sprygada
54199f1cfb
initial add of vyos shared documentation fragments
9 years ago
Peter Sprygada
0430923647
Merge pull request #16423 from privateip/netcfg
...
bug fix in netcfg replace method to handle whitespace argument
9 years ago
Peter Sprygada
65713c2418
Merge pull request #16574 from privateip/vyos
...
add get_config function to vyos shared module
9 years ago
Peter Sprygada
d9546d6367
Merge pull request #16572 from privateip/netcmd
...
adds new method to return specific response from command to netcmd
9 years ago
Peter Sprygada
2866c7a9fb
updates netcfg to remove dependency on collections module
...
This fixes the netcfg shared lib to be compatable with python versions
prior to 2.7.
9 years ago