mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-29 01:06:01 +02:00
Update to 2023-07-08 16:00
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
name: "{{ consul_packages }}"
|
||||
tags: consul
|
||||
|
||||
# Migrate from the old vault role
|
||||
# Migrate from the oldconsul role
|
||||
- name: Check if consul is a link
|
||||
stat: path=/usr/local/bin/vault
|
||||
stat: path=/usr/local/bin/consul
|
||||
register: consul_link
|
||||
tags: vault
|
||||
|
||||
@@ -39,7 +39,7 @@
|
||||
- name: Install bash completion support
|
||||
copy:
|
||||
content: |
|
||||
complete -C {{ consul_root_dir }}/bin/consul consul
|
||||
complete -C /usr/local/bin/consul consul
|
||||
dest: /etc/bash_completion.d/consul
|
||||
mode: 0644
|
||||
tags: consul
|
||||
|
Reference in New Issue
Block a user