mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
Add headers to ci tests (#954)
* CI tests: add note to main.yml * improve
This commit is contained in:
parent
62ae120c50
commit
9d5044ac1a
188 changed files with 940 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
####################################################################
|
||||
# WARNING: These are designed specifically for Ansible tests #
|
||||
# and should not be used as examples of how to write Ansible roles #
|
||||
####################################################################
|
||||
|
||||
# Initial CI tests of postgresql_sequence module
|
||||
- import_tasks: postgresql_sequence_initial.yml
|
||||
when: postgres_version_resp.stdout is version('9.4', '>=')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue