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
This commit is contained in:
Mark Goddard 2018-07-09 19:04:19 +01:00
parent 4283dff9b4
commit 2a69050e37
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
state: present
group: "{{ kolla_group }}"
groups: "sudo"
append: true
become: True
when: create_kolla_user | bool