Domenic Bove

Results 1 issues of Domenic Bove

**Describe the issue** This task: ``` - name: Set Permissions on /var/log/confluent file: path: /var/log/confluent/ owner: "{{control_center_user}}" group: "{{control_center_group}}" mode: 0770 state: directory ``` Should not be necessary with the...