Skip to content

Commit

Permalink
add suuport for idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
treykee committed Sep 6, 2023
1 parent 56fd7bd commit 62a541d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tasks/pre-tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@
verbosity: 3

- name: Get and unarchive UniFi Network application package
tags:
- molecule-idempotence-notest
when:
- unifi_package_url is defined
- _temp_dir is defined
Expand All @@ -67,6 +65,7 @@
unsafe_writes: true
extra_opts:
- -qq
creates: "{{ _temp_dir.path }}/UniFi"

- name: Template systemd unit file
when:
Expand Down

0 comments on commit 62a541d

Please sign in to comment.