Skip to content

Commit

Permalink
Install Consul Democracy 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
javierm committed Feb 20, 2024
1 parent ea4358a commit 73cfce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/folder_structure/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
state: directory

- name: Create first release
shell: "git archive master | /usr/bin/env tar -x -f - -C {{ first_release_dir }}"
shell: "git archive 2.1.0 | /usr/bin/env tar -x -f - -C {{ first_release_dir }}"
args:
chdir: "{{ consul_dir }}/repo"

Expand Down

0 comments on commit 73cfce0

Please sign in to comment.