mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-06 13:22:58 +00:00
Initial commit (#285)
This commit is contained in:
@@ -5,12 +5,18 @@
|
||||
####################################################################
|
||||
|
||||
# Ensures no conflicts from previous test runs
|
||||
- name: "({{ backend }}) Find old test artifacts"
|
||||
ansible.builtin.find:
|
||||
paths: "{{ remote_tmp_dir }}"
|
||||
patterns:
|
||||
- "regenerate*"
|
||||
register: old_test_artifacts
|
||||
|
||||
- name: "({{ backend }}) Cleanup Output Directory"
|
||||
ansible.builtin.file:
|
||||
path: "{{ item }}"
|
||||
path: "{{ item.path }}"
|
||||
state: absent
|
||||
with_fileglob:
|
||||
- "{{ remote_tmp_dir }}/regenerate*"
|
||||
loop: "{{ old_test_artifacts.files }}"
|
||||
|
||||
- name: "({{ backend }}) Regenerate - setup simple keys"
|
||||
openssh_keypair:
|
||||
|
||||
Reference in New Issue
Block a user