Merge "Append to kolla user groups in bootstrap-servers"

This commit is contained in:
Zuul 2018-07-16 03:10:11 +00:00 committed by Gerrit Code Review
commit b2087ac2b3
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