Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#72 work #74

Merged
merged 4 commits into from
Nov 25, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
skip idempotence test for this task
  • Loading branch information
stefangweichinger committed Nov 25, 2020
commit 5f0f9e92eb66540950b07e23dcde60c61684bc6f
7 changes: 7 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,13 @@
become: true
with_items: '{{ PACKAGES }}'

- name: Remove temporary working directory
file:
path: "{{ rclone_setup_tmp_dir }}"
state: absent
tags:
- molecule-idempotence-notest

- name: Create temporary working directory
file:
path: "{{ rclone_setup_tmp_dir }}"
Expand Down