We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bb209b commit d627760Copy full SHA for d627760
.bumpversion-ansible.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 7.5.0
+current_version = 7.5.1
3
commit = true
4
message = Bump cp-ansible Version: {current_version} → {new_version}
5
tag = false
galaxy.yml
@@ -1,7 +1,7 @@
---
namespace: confluent
name: platform
-version: 7.5.0
+version: 7.5.1
readme: README.md
6
authors:
7
- Confluent Ansible Community
roles/variables/vars/main.yml
-confluent_ansible_branch: 7.5.0-post
+confluent_ansible_branch: 7.5.1-post
systemd_base_dir: "{{'/lib/systemd/system' if ansible_os_family == 'Debian' else '/usr/lib/systemd/system'}}"
0 commit comments