Skip to content
Snippets Groups Projects
Commit 2a69050e authored by Mark Goddard's avatar Mark Goddard
Browse files

Append to kolla user groups in bootstrap-servers

This makes the bootstrap-servers command more idempotent, since without
the append argument set the kolla user will be removed from the docker
group before being added to it again in a later task.

TrivialFix

Change-Id: Iab0f6b5e18a103e9140631ee3ebbbb48c490bc24
parent 4283dff9
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
state: present
group: "{{ kolla_group }}"
groups: "sudo"
append: true
become: True
when: create_kolla_user | bool
......
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