Skip to content

Commit

Permalink
Ignore changed about rclone_setup_tmp_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
hkcomori committed Aug 3, 2024
1 parent 5e4bc65 commit 8c39a5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tasks/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@
mode: 0744
list_files: true
creates: "{{ rclone_setup_tmp_dir }}/rclone-v{{ rclone_version }}-linux-{{ rclone_arch }}"
changed_when: False
1 change: 1 addition & 0 deletions tasks/install-bin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
path: "{{ rclone_setup_tmp_dir }}"
state: directory
mode: '0775'
changed_when: False

- name: Do beta install
ansible.builtin.include_tasks: beta.yml
Expand Down
1 change: 1 addition & 0 deletions tasks/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
remote_src: true
mode: 0744
creates: "{{ rclone_setup_tmp_dir }}/rclone-v{{ rclone_version }}-linux-{{ rclone_arch }}"
changed_when: False

0 comments on commit 8c39a5f

Please sign in to comment.