mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 18:50: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 #
|
||||
####################################################################
|
||||
|
||||
- name: record constraints.txt path on remote host
|
||||
set_fact:
|
||||
remote_constraints: "{{ remote_tmp_dir }}/constraints.txt"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue