Pierre-Louis Bonicoli
afef20827b
openshift_raw & openshift_scale: fix broken import
7 years ago
Pierre-Louis Bonicoli
5d72f29b1a
Remove passing file from import skip list.
7 years ago
Pierre-Louis Bonicoli
2f535a339c
azure_rm_storageaccount: fix broken import
7 years ago
Pilou
bc6b96d42e
webfaction modules: fix broken import ( #35024 )
...
* webfaction_app: fix broken import
* doc: use formatting functions
* webaction_db: fix broken import
* webfaction_domain: fix broken import
* webfaction_mailbox: fix broken import
* webaction_site: fix broken import
* webfaction modules: fix doc
7 years ago
Matt Clay
ff922ac2ad
Import sanity test for main() in Ansible modules.
7 years ago
Pilou
54882d4715
dimensiondata: fix broken import ( #35634 )
...
* Fix broken import
* Remove never reached statements
exit_json and fail_json methods call sys.exit, subsequent statements
can not be executed.
7 years ago
Pierre-Louis Bonicoli
2646ea9b86
yum_repository: Python 3.7 error have been fixed
...
See 232dc7110c
7 years ago
Matt Martz
c282e4e00f
Replace LooseVersion comparison with int/float comparison. Fixes #35435 ( #35519 )
7 years ago
Pilou
0ce8d389a4
azure_rm_dnsrecordset: fix broken import and minor updates ( #34983 )
...
* fix broken import
Error was:
lib/ansible/modules/cloud/azure/azure_rm_dnsrecordset.py:223:0: NameError: name 'ARecord' is not defined
* doc: use formatting functions
* remove unused dict
7 years ago
Pilou
00332a49d5
ec2_win_password: fix broken import and minor updates ( #34479 )
...
* fix broken import
* ansible.module_utils.ec2.HAS_BOTO is already used
* wait_timeout parameter: use 'int' type
* wait is always True there
* doc: use formatting function
7 years ago
Pilou
e9a5ff912a
nxos_file_copy: fix broken import and 2.6 compatibility ( #34480 )
...
* Fix broken import: paramiko could be missing
* doc: use formatting function
* Use Python 2.6 compatible format string
7 years ago
Matt Clay
ccbd788f6b
Remove passing files from import skip list.
7 years ago
Pilou
bd38359ddc
gcdns_zone: fix broken import ( #34076 )
...
* fix broken import
* whole project requires Python >= 2.6
7 years ago
Pilou
459adf8966
ios_static_route: fix broken import ( #34133 )
...
* Fix broken import
* doc: add ipaddress in requirements
7 years ago
Pilou
4713d9ea44
ce_file_copy: fix broken import ( #34023 )
...
* fix broken import
* doc: use formatting functions
7 years ago
Pilou
107934241e
gcdns_record: fix broken import ( #34024 )
7 years ago
Pilou
85871da03d
consul_acl: fix broken import ( #33729 )
7 years ago
Pilou
02e965ba20
maven_artifact: fix broken import ( #33749 )
...
* Fail when lxml isn't available
* whole project requires Python >= 2.6
7 years ago
Pilou
b6528ea19f
ovirt_disk: fix Python 3 compatibility (use six) ( #33730 )
7 years ago
Matt Clay
f9cd50411f
Enable Python 3.7 in ansible-test.
7 years ago
Tim Rupp
06363f6ede
Removes bigip_snmp from skip file ( #32530 )
7 years ago
Tim Rupp
53940670fd
Removes bigip_qkview from skip file ( #32529 )
7 years ago
Tim Rupp
45787f6ef2
Removes bigip_provision from skip file ( #32525 )
7 years ago
Tim Rupp
64871470e2
Removes bigip_pool from the skip file ( #32516 )
7 years ago
Tim Rupp
ab71a9de14
Removes bigip_irule from the skip file ( #32509 )
7 years ago
Tim Rupp
6b6df43eae
Removes bigip_iapp_template from the skip file ( #32488 )
7 years ago
Tim Rupp
015baf5149
Removes bigip_iapp_service from skip list ( #32482 )
7 years ago
Tim Rupp
cbc5c2d556
Removes bigip_hostname from skip file ( #32479 )
7 years ago
Tim Rupp
d5d4683047
Removes bigip_snmp_trap from skip file ( #32470 )
7 years ago
Tim Rupp
e3f1198a67
Removes bigip_ucs from skip file ( #32462 )
7 years ago
Tim Rupp
c239749052
Removes bigip_user from skip file ( #32451 )
7 years ago
Tim Rupp
83674af284
Removes virtual_address from skip file ( #32425 )
7 years ago
Tim Rupp
fc4580b4cc
Removes bigip ssl certificate from skip file ( #32424 )
7 years ago
Tim Rupp
6193d5bc65
Removes gtm wide ip from skip file ( #32422 )
7 years ago
Tim Rupp
8868b5fa85
Removes gtm pool from skip file ( #32419 )
7 years ago
Tim Rupp
daaf8ca86c
Fixes skip imports for bigip_configsync_action module ( #32413 )
7 years ago
Tim Rupp
8f2b243a3e
Fixes bigip_config to remove from skip file ( #32409 )
7 years ago
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
7 years ago
Pilou
840a57a4ed
s3_sync: fix broken import ( #31460 )
7 years ago
Pilou
870974e0be
ec2_vpc_route_table: fix broken import ( #31459 )
7 years ago
Pilou
0be8ac6797
ec2_vpc_igw: fix broken import ( #31458 )
7 years ago
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)
7 years ago
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.
7 years ago
Pierre-Louis Bonicoli
e9d202f944
module_utils/avi.py: fix broken import
7 years ago
Matt Clay
5953a428a8
Undo accidental addition to skip.txt.
7 years ago
Matt Clay
cafd064547
Improve import error handling in azure_rm_common. ( #29153 )
...
* Improve import error handling in azure_rm_common.
* Update skip.txt
7 years ago
Pierre-Louis Bonicoli
557356c571
module_utils/ovirt.py: fix broken import
7 years ago
Matt Clay
e71cddc026
Remove unnecessary import skip entries.
7 years ago
Pierre-Louis Bonicoli
f69333b80d
circonus_annotation: fix broken import, update requirements
7 years ago
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
7 years ago