Skip to content

Commit

Permalink
fix idempotence
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorznowak committed Oct 18, 2021
1 parent 94c1aac commit 8e6c323
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/infrastructure/install_src.cardano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,14 @@
cp -p "$(./scripts/bin-path.sh cardano-node)" {{ cardano_bin_path }}
args:
chdir: "{{ cardano_src_path }}/cardano-node"
changed_when: cardano_node_current_version != cardano_node_version

- name: Cardano Src | install cardno-cli bin
shell: >
cp -p "$(./scripts/bin-path.sh cardano-cli)" {{ cardano_bin_path }}
args:
chdir: "{{ cardano_src_path }}/cardano-node"
changed_when: cardano_cli_current_version != cardano_node_version

- name: Cardano Src | Cleanup sources
file:
Expand Down

0 comments on commit 8e6c323

Please sign in to comment.