File tree Expand file tree Collapse file tree 5 files changed +41
-16
lines changed Expand file tree Collapse file tree 5 files changed +41
-16
lines changed Original file line number Diff line number Diff line change 23
23
- stable-2.12
24
24
- stable-2.13
25
25
- stable-2.14
26
+ - stable-2.15
27
+ - stable-2.16
26
28
- devel
27
29
28
30
runs-on : >-
32
34
steps :
33
35
34
36
- name : Check out code
35
- uses : actions/checkout@v3
37
+ uses : actions/checkout@v4
36
38
37
39
- name : Perform sanity testing with ansible-test
38
40
uses : ansible-community/ansible-test-gh-action@release/v1
@@ -58,20 +60,22 @@ jobs:
58
60
- stable-2.12
59
61
- stable-2.13
60
62
- stable-2.14
63
+ - stable-2.15
64
+ - stable-2.16
61
65
- devel
62
66
63
67
steps :
64
68
- name : Check out code
65
- uses : actions/checkout@v3
69
+ uses : actions/checkout@v4
66
70
67
71
- name : Perform unit testing with ansible-test
68
72
uses : ansible-community/ansible-test-gh-action@release/v1
69
73
with :
70
74
ansible-core-version : ${{ matrix.ansible }}
71
75
testing-type : units
72
- test-deps : >-
73
- ansible.netcommon
74
- ansible.utils
76
+ # test-deps: >-
77
+ # ansible.netcommon
78
+ # ansible.utils
75
79
76
80
# Please consult the Readme for information on why we disabled integration tests temporarily.
77
81
Original file line number Diff line number Diff line change @@ -71,6 +71,8 @@ Tested Ansible versions:
71
71
- 2.12
72
72
- 2.13
73
73
- 2.14
74
+ - 2.15
75
+ - 2.16
74
76
- devel
75
77
76
78
Tested Python versions:
@@ -102,14 +104,14 @@ For some modules the below requirements are needed on the host that executes a m
102
104
## Included content
103
105
104
106
- ** Modules** :
105
- - [ sap_hdbsql] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_hdbsql .html )
106
- - [ sap_task_list_execute] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_task_list_execute .html )
107
- - [ sapcar_extract] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sapcar_extract .html )
108
- - [ sap_company] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_company .html )
109
- - [ sap_snote] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_snote .html )
110
- - [ sap_user] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_user .html )
111
- - [ sap_system_facts] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_system_facts .html )
112
- - [ sap_control_exec] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_control_exec .html )
107
+ - [ sap_hdbsql] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_hdbsql_module .html )
108
+ - [ sap_task_list_execute] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_task_list_execute_module .html )
109
+ - [ sapcar_extract] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sapcar_extract_module .html )
110
+ - [ sap_company] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_company_module .html )
111
+ - [ sap_snote] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_snote_module .html )
112
+ - [ sap_user] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_user_module .html )
113
+ - [ sap_system_facts] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_system_facts_module .html )
114
+ - [ sap_control_exec] ( https://docs.ansible.com/ansible/latest/collections/community/sap_libs/sap_control_exec_module .html )
113
115
114
116
## Using this collection
115
117
Original file line number Diff line number Diff line change
1
+ plugins/modules/sap_pyrfc.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2
+ plugins/modules/sap_company.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3
+ plugins/modules/sap_control_exec.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4
+ plugins/modules/sap_hdbsql.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5
+ plugins/modules/sap_snote.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
6
+ plugins/modules/sap_system_facts.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
7
+ plugins/modules/sap_task_list_execute.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
8
+ plugins/modules/sap_user.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
9
+ plugins/modules/sapcar_extract.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
Original file line number Diff line number Diff line change
1
+ plugins/modules/sap_pyrfc.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
2
+ plugins/modules/sap_company.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
3
+ plugins/modules/sap_control_exec.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
4
+ plugins/modules/sap_hdbsql.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
5
+ plugins/modules/sap_snote.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
6
+ plugins/modules/sap_system_facts.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
7
+ plugins/modules/sap_task_list_execute.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
8
+ plugins/modules/sap_user.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
9
+ plugins/modules/sapcar_extract.py validate-modules:missing-gplv3-license # Licensed under Apache 2.0
Original file line number Diff line number Diff line change 1
- # (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
1
+ # Copyright (c) 2012-2014, Michael DeHaan <michael.dehaan@gmail.com>
2
2
#
3
- # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
3
+ # GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
4
+ # SPDX-License-Identifier: GPL-3.0-or-later
4
5
5
6
from __future__ import (absolute_import , division , print_function )
6
7
__metaclass__ = type
@@ -16,7 +17,7 @@ class DictDataLoader(DataLoader):
16
17
17
18
def __init__ (self , file_mapping = None ):
18
19
file_mapping = {} if file_mapping is None else file_mapping
19
- assert type (file_mapping ) == dict
20
+ assert isinstance (file_mapping , dict )
20
21
21
22
super (DictDataLoader , self ).__init__ ()
22
23
You can’t perform that action at this time.
0 commit comments