update consul

This commit is contained in:
ace
2023-03-28 22:14:08 +03:00
parent 7eab49a6d2
commit 2eee7d69d3
4 changed files with 16 additions and 28 deletions

View File

@ -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