mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-05-07 05:43:06 +00:00
Add shippable tests. (#4)
This commit is contained in:
@@ -1,5 +1,2 @@
|
||||
- name: delete temporary directory
|
||||
include_tasks: default-cleanup.yml
|
||||
|
||||
- name: delete temporary directory (windows)
|
||||
include_tasks: windows-cleanup.yml
|
||||
|
||||
@@ -1,4 +0,0 @@
|
||||
- name: delete temporary directory (windows)
|
||||
ansible.windows.win_file:
|
||||
path: '{{ remote_tmp_dir }}'
|
||||
state: absent
|
||||
@@ -1,10 +0,0 @@
|
||||
- name: create temporary directory
|
||||
register: remote_tmp_dir
|
||||
notify:
|
||||
- delete temporary directory (windows)
|
||||
ansible.windows.win_tempfile:
|
||||
state: directory
|
||||
suffix: .test
|
||||
- name: record temporary directory
|
||||
set_fact:
|
||||
remote_tmp_dir: '{{ remote_tmp_dir.path }}'
|
||||
Reference in New Issue
Block a user