Tim Rupp
45787f6ef2
Removes bigip_provision from skip file ( #32525 )
2017-11-02 17:40:41 -07:00
Tim Rupp
64871470e2
Removes bigip_pool from the skip file ( #32516 )
2017-11-02 13:10:37 -07:00
Tim Rupp
ab71a9de14
Removes bigip_irule from the skip file ( #32509 )
2017-11-02 11:38:39 -07:00
Tim Rupp
6b6df43eae
Removes bigip_iapp_template from the skip file ( #32488 )
2017-11-02 07:47:28 -07:00
Tim Rupp
015baf5149
Removes bigip_iapp_service from skip list ( #32482 )
2017-11-01 21:47:56 -07:00
Tim Rupp
cbc5c2d556
Removes bigip_hostname from skip file ( #32479 )
2017-11-01 19:56:20 -07:00
Tim Rupp
d5d4683047
Removes bigip_snmp_trap from skip file ( #32470 )
2017-11-01 15:20:28 -07:00
Tim Rupp
e3f1198a67
Removes bigip_ucs from skip file ( #32462 )
2017-11-01 14:22:35 -07:00
Tim Rupp
c239749052
Removes bigip_user from skip file ( #32451 )
2017-11-01 10:37:23 -07:00
Tim Rupp
83674af284
Removes virtual_address from skip file ( #32425 )
2017-11-01 09:49:06 -07:00
Tim Rupp
fc4580b4cc
Removes bigip ssl certificate from skip file ( #32424 )
2017-10-31 21:17:07 -07:00
Tim Rupp
6193d5bc65
Removes gtm wide ip from skip file ( #32422 )
2017-10-31 20:45:42 -07:00
Tim Rupp
8868b5fa85
Removes gtm pool from skip file ( #32419 )
2017-10-31 20:12:53 -07:00
Tim Rupp
daaf8ca86c
Fixes skip imports for bigip_configsync_action module ( #32413 )
2017-10-31 19:22:36 -07:00
Tim Rupp
8f2b243a3e
Fixes bigip_config to remove from skip file ( #32409 )
2017-10-31 15:48:23 -07:00
Tim Rupp
8c5cd9c530
Removes bigip_command from the skip file ( #32407 )
...
Includes fixes and enhancements to make it unnecessary to include this
module in the skip file
2017-10-31 13:50:28 -07:00
Pilou
840a57a4ed
s3_sync: fix broken import ( #31460 )
2017-10-12 20:48:05 +02:00
Pilou
870974e0be
ec2_vpc_route_table: fix broken import ( #31459 )
2017-10-09 20:20:31 +10:00
Pilou
0be8ac6797
ec2_vpc_igw: fix broken import ( #31458 )
2017-10-09 15:36:12 +10:00
Pilou
44f5b2bd25
ansible_tower: fix broken import, reuse tower_argument_spec and documentation fragment ( #29115 )
...
* module_utils/ansible_tower: fix broken import
* tower_*: use tower_argument_spec & doc fragment
* tower doc fragment: Ansible requires Python 2.6+
* tower_job_wait: fix broken import (Py3 compat)
2017-10-02 16:21:24 -04:00
Matt Davis
6b5b465125
azure_rm_dnsrecordset rewrite ( #30449 )
...
As-merged, had several issues that prevented idempotent usage. Some args were defined at the wrong UI level. Dual-state args didn't match up with typical Ansible UI.
2017-09-15 18:12:46 -07:00
Pierre-Louis Bonicoli
e9d202f944
module_utils/avi.py: fix broken import
2017-09-14 10:59:25 -07:00
Matt Clay
5953a428a8
Undo accidental addition to skip.txt.
2017-09-11 09:45:44 -07:00
Matt Clay
cafd064547
Improve import error handling in azure_rm_common. ( #29153 )
...
* Improve import error handling in azure_rm_common.
* Update skip.txt
2017-09-11 09:11:28 -07:00
Pierre-Louis Bonicoli
557356c571
module_utils/ovirt.py: fix broken import
2017-09-08 22:12:00 -07:00
Matt Clay
e71cddc026
Remove unnecessary import skip entries.
2017-09-08 11:27:58 -07:00
Pierre-Louis Bonicoli
f69333b80d
circonus_annotation: fix broken import, update requirements
2017-08-15 19:07:21 -07:00
Sam Doran
68060002e8
Rename modules from plural to singular ( #27185 )
...
* First batch of modules renamed from plural to singular
Related to this proposal: https://github.com/ansible/proposals/issues/10
* Emit rename deprication warning
* Update legacy-files.txt and skip.txt to reflect new names
2017-08-14 16:35:15 -04:00
Pierre-Louis Bonicoli
4ecf85392e
udm_user: fix broken import
...
Tested with:
from datetime import datetime, timedelta
from dateutil.relativedelta import relativedelta
n = datetime.now()
assert n + timedelta(days=365) == n + relativedelta(years=1)
2017-08-12 10:45:12 -07:00
Pierre-Louis Bonicoli
c52f355bcb
serverless: fix broken import
2017-08-12 10:39:10 -07:00
Pierre-Louis Bonicoli
f761fc1d1f
rhn_channel: fix py3 compatibility (use six)
...
and remove unused import
2017-08-12 10:21:14 -07:00
Pilou
feff6abd72
os_client_config: fix broken import ( #26839 )
...
* os_client_config: fix broken import
* remove wildcards and add boilerplate
2017-08-12 10:07:49 -07:00
Pilou
b57af4428d
rhn_register: fix broken imports, add unit tests ( #26878 )
...
Fix 'module' object is not callable
* rhn_register: fix Python 3 compatibility
* rhn_register: update requirements
* rhn_register: add unit tests
* Add missing method name
* use a dedicated line for XML related requirements
* rhn_register: drop support for Python 2.4
* rhn_register unit tests: fix Python 3 compatibility
* refactor in order to check order of the requests
2017-08-04 10:12:27 -04:00
Pierre-Louis Bonicoli
33e8c83fde
vca_nat: 'import' test is successful
2017-08-03 13:12:25 -07:00
Pilou
49b8bd0358
Fix broken import in utilities.helper._accelerate ( #27088 )
...
* Fix py3 compatibility using six.moves.socketserver
* Remove useless call to str
2017-07-31 22:05:46 -07:00
Toshio Kuratomi
035be94271
Fix cloudformation module for import of non-module_utils file
2017-07-24 18:19:32 -07:00
Toshio Kuratomi
df15583ad0
Promulgate house's fix for docker_volume to docker_secret
...
* Revert change to docker_common as it's not as good as the try: except fix
* limit docker_volume fix to ImportErrors
* fix docker_secret i nthe same way
* Remove docker_secret from import tests
2017-07-19 13:20:47 -07:00
Matt Clay
09146e5573
Add files failing import test to skip list.
2017-07-18 11:04:00 -07:00
Pilou
d9265c7498
os_ironic: fix broken import ( #26802 )
2017-07-15 08:44:50 -05:00
Matt Clay
0b784c65b1
Add sanity import test to ansible-test. ( #26730 )
...
* Add sanity import test to ansible-test.
* Run sanity import test on all python versions.
2017-07-12 20:04:22 -07:00