mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
revise ordered list of boilerplate work
This commit is contained in:
parent
9a55487dff
commit
0765ceb66d
1 changed files with 7 additions and 7 deletions
|
@ -57,21 +57,21 @@ future3=$(find ./lib/ansible/modules -path ./lib/ansible/modules/windows -prune
|
|||
-o -name '*.py' -type f -size +0c -exec egrep -HL 'from __future__ import (?absolute_import, division, print_function)?' '{}' '+')
|
||||
|
||||
# Ordered by approximate work, lowest to highest
|
||||
# cloud/google *
|
||||
# identity !
|
||||
# source_control *i
|
||||
# cloud/centurylink *
|
||||
# source_control *i
|
||||
# files !
|
||||
# cloud/google *
|
||||
# notification *!
|
||||
# database ;; break up *!
|
||||
# packaging ;; breakup *!
|
||||
# cloud/rackspace *
|
||||
# cloud/vmware *i
|
||||
# files !
|
||||
# cloud/openstack *
|
||||
# monitoring *!
|
||||
# notification *!
|
||||
# cloud/cloudstack *
|
||||
# cloud/openstack *
|
||||
# cloud/ovirt
|
||||
# packaging ;; breakup *!
|
||||
# cloud/amazon *i
|
||||
# cloud/amazon *
|
||||
# network ;; break up *!
|
||||
# ( * == import* fixes, ! == many get_exception fixes, i == a few get_exception fixes)
|
||||
### TODO:
|
||||
|
|
Loading…
Reference in a new issue