mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
rename consul_install_repo to consul_install_official_repo for better understanding
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
ansible.builtin.apt_key:
|
||||
url: "{{ item.url }}"
|
||||
keyring: "{{ item.keyring }}"
|
||||
when: consul_install_repo
|
||||
when: consul_install_official_repo
|
||||
loop: "{{ consul_apt_key }}"
|
||||
|
||||
- name: Add Hashicorp repository
|
||||
@ -16,7 +16,7 @@
|
||||
state: present
|
||||
filename: "{{ item.filename }}"
|
||||
update_cache: yes
|
||||
when: consul_install_repo
|
||||
when: consul_install_official_repo
|
||||
loop: "{{ consul_apt_repository }}"
|
||||
|
||||
- name: Gather packages
|
||||
|
Reference in New Issue
Block a user