[TEMP] Create temp remote directory in ~. (#504)

pull/507/head
Felix Fontein 2022-08-24 06:54:09 +02:00 committed by GitHub
parent 0e15d6cea8
commit d0d99c31b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -3,10 +3,16 @@
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
# SPDX-License-Identifier: GPL-3.0-or-later
- name: create ~/tmp
file:
path: '~/tmp'
state: directory
- name: create temporary directory
tempfile:
state: directory
suffix: .test
path: '~/tmp'
register: remote_tmp_dir
notify:
- delete temporary directory