Skip to content

Commit a54a6bc

Browse files
authored
Merge pull request #47 from stackhpc/logrotate
add logrotate package to prerequisites
2 parents 55f52c8 + 8cf5d75 commit a54a6bc

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace: "stackhpc"
22
name: "cephadm"
3-
version: "1.6.0"
3+
version: "1.6.1"
44
readme: "README.md"
55
authors:
66
- "Michal Nasiadka"

roles/cephadm/tasks/prereqs.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,9 @@
5656
state: present
5757
key: "{{ content }}"
5858
become: true
59+
60+
- name: Ensure the Logrotate package is installed
61+
package:
62+
name: logrotate
63+
state: present
64+
become: True

0 commit comments

Comments
 (0)