mirror of
https://gitea.0xace.cc/ansible-galaxy/consul.git
synced 2025-07-01 09:23:09 +00:00
update consul
This commit is contained in:
@ -10,9 +10,6 @@
|
||||
when: consul_install_repo
|
||||
|
||||
- name: "Install {{ consul_package_name }}-{{ consul_version }} from official repository"
|
||||
environment:
|
||||
http_proxy: "{{ consul_install_http_proxy | default(omit) }}"
|
||||
https_proxy: "{{ consul_install_https_proxy | default(omit) }}"
|
||||
dnf:
|
||||
name: "{{ consul_package }}"
|
||||
state: present
|
||||
@ -24,9 +21,6 @@
|
||||
when: consul_install_repo
|
||||
|
||||
- name: "Install {{ consul_package_name }}-{{ consul_version }}"
|
||||
environment:
|
||||
http_proxy: "{{ consul_install_http_proxy | default(omit) }}"
|
||||
https_proxy: "{{ consul_install_https_proxy | default(omit) }}"
|
||||
dnf:
|
||||
name: "{{ consul_package }}"
|
||||
state: present
|
||||
|
Reference in New Issue
Block a user