We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55f52c8 + 8cf5d75 commit a54a6bcCopy full SHA for a54a6bc
galaxy.yml
@@ -1,6 +1,6 @@
1
namespace: "stackhpc"
2
name: "cephadm"
3
-version: "1.6.0"
+version: "1.6.1"
4
readme: "README.md"
5
authors:
6
- "Michal Nasiadka"
roles/cephadm/tasks/prereqs.yml
@@ -56,3 +56,9 @@
56
state: present
57
key: "{{ content }}"
58
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