Skip to content

Commit

Permalink
use temp_file module
Browse files Browse the repository at this point in the history
  • Loading branch information
stefangweichinger committed Aug 2, 2024
1 parent 9f3004d commit 922dfa2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/install-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,9 @@
- molecule-idempotence-notest

- name: Create temporary working directory
ansible.builtin.file:
ansible.builtin.tempfile:
path: "{{ rclone_setup_tmp_dir }}"
state: directory
mode: '0775'

- name: Do beta install
ansible.builtin.include_tasks: beta.yml
Expand Down

0 comments on commit 922dfa2

Please sign in to comment.