This is a static file.
This commit is contained in:
parent
0caad4d975
commit
f5f7444a59
|
|
@ -48,7 +48,6 @@ generate_github_action_molecule: yes
|
|||
generate_github_action_galaxy: yes
|
||||
generate_github_action_todo: yes
|
||||
generate_gitlab_ci: yes
|
||||
generate_requirements_txt: yes
|
||||
generate_requirements2png: yes
|
||||
generate_github_funding: yes
|
||||
generate_github_issue_template: yes
|
||||
|
|
|
|||
|
|
@ -0,0 +1,5 @@
|
|||
ansible-compat == 24.*
|
||||
molecule == 24.*
|
||||
molecule-plugins[docker] == 23.*
|
||||
ansible-lint == 24.*
|
||||
paramiko == 3.*
|
||||
10
generate.yml
10
generate.yml
|
|
@ -121,6 +121,8 @@
|
|||
dest: .pre-commit-config.yaml
|
||||
- source: pull_request_template.md
|
||||
dest: .github/pull_request_template.md
|
||||
- source: requirements.txt
|
||||
dest: requirements.txt
|
||||
loop_control:
|
||||
label: "{{ item.source }}"
|
||||
|
||||
|
|
@ -227,14 +229,6 @@
|
|||
when:
|
||||
- generate_gitlab_ci
|
||||
|
||||
- name: Render file requirements.txt
|
||||
ansible.builtin.template:
|
||||
src: "{{ playbook_dir }}/templates/requirements.txt.j2"
|
||||
dest: "{{ role_path }}/requirements.txt"
|
||||
mode: "0644"
|
||||
when:
|
||||
- generate_requirements_txt
|
||||
|
||||
- name: Render file .github/workflows/requirements2png.yml
|
||||
ansible.builtin.template:
|
||||
src: "{{ playbook_dir }}/templates/requirements2png.yml.j2"
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
ansible-compat == 4.*
|
||||
molecule == 6.*
|
||||
molecule-plugins[docker] == 23.*
|
||||
ansible-lint == 6.*
|
||||
paramiko == 3.*
|
||||
Loading…
Reference in New Issue