mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added missing copyright notes to MH integration tests (#2990)
This commit is contained in:
parent
c5cbe2943b
commit
d56d34bce6
4 changed files with 12 additions and 0 deletions
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2021, Alexei Znamensky
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
- include_tasks: msimple.yml
|
- include_tasks: msimple.yml
|
||||||
- include_tasks: mdepfail.yml
|
- include_tasks: mdepfail.yml
|
||||||
- include_tasks: mstate.yml
|
- include_tasks: mstate.yml
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2021, Alexei Znamensky
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
- name: test failing dependency
|
- name: test failing dependency
|
||||||
mdepfail:
|
mdepfail:
|
||||||
a: 123
|
a: 123
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2021, Alexei Znamensky
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
- name: test msimple 1
|
- name: test msimple 1
|
||||||
msimple:
|
msimple:
|
||||||
a: 80
|
a: 80
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
# (c) 2021, Alexei Znamensky
|
||||||
|
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
|
|
||||||
- name: test mstate 1
|
- name: test mstate 1
|
||||||
mstate:
|
mstate:
|
||||||
a: 80
|
a: 80
|
||||||
|
|
Loading…
Reference in a new issue