Skip to content
Snippets Groups Projects
Unverified Commit d3d03605 authored by Hector S's avatar Hector S Committed by GitHub
Browse files

Changed state to present instead of installed in glusterfs role for Debian (#6096)

parent 826b0f38
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@
- name: Ensure GlusterFS client is installed.
apt:
name: "{{ item }}"
state: installed
state: present
default_release: "{{ glusterfs_default_release }}"
with_items:
- glusterfs-client
......@@ -19,7 +19,7 @@
- name: Ensure GlusterFS is installed.
apt:
name: "{{ item }}"
state: installed
state: present
default_release: "{{ glusterfs_default_release }}"
with_items:
- glusterfs-server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment