Compare commits

..

2 Commits

4 changed files with 2 additions and 14 deletions

View File

@ -1,5 +1,5 @@
---
elasticsearch_version: "8.17.0"
elasticsearch_version: "8.17.1"
elasticsearch_state: present
elasticsearch_base_path: /opt/elasticsearch

View File

@ -1,11 +0,0 @@
---
- name: Ensure postgresql package is {{ postgresql_state }}
ansible.builtin.package:
name: "{{ postgresql_os_package_name }}"
state: "{{ postgresql_state }}"
- name: Ensure postgresql systemd unit is {{ (postgresql_state == 'present') | ternary('enabled', 'disabled') }}
ansible.builtin.systemd:
name: "{{ postgresql_systemd_service_name }}"
enabled: "{{ (postgresql_state == 'present') }}"
when: ansible_facts['service_mgr'] == 'systemd'

View File

@ -4,4 +4,3 @@ postgresql_states:
- absent
postgresql_deployment_methods:
- docker
- local

View File

@ -1,5 +1,5 @@
---
valkey_version: "8.0.1"
valkey_version: "8.0.2"
valkey_state: "present"
valkey_instance: ~
valkey_instance_suffix: >-2