You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
202 B

  1. ---
  2. - name: cluster/binary | Copy vault binary from downloaddir
  3. copy:
  4. src: "{{ local_release_dir }}/vault/vault"
  5. dest: "/usr/bin/vault"
  6. remote_src: true
  7. mode: "0755"
  8. owner: vault