diff --git a/prometheus/tasks/main.yaml b/prometheus/tasks/main.yaml index 1a6cb51..ad51648 100644 --- a/prometheus/tasks/main.yaml +++ b/prometheus/tasks/main.yaml @@ -1,3 +1,8 @@ +- name: Create Groups + become: true + ansible.builtin.group: + name: prometheus + state: present - name: Install Prometheus become: true become_user: root