drop longform & wrap [ci skip]

This commit is contained in:
decentral1se 2022-03-15 12:50:59 +01:00
parent d287bb4d4c
commit d48937dbd0
No known key found for this signature in database
GPG Key ID: 03789458B3D0C410
1 changed files with 3 additions and 4 deletions

View File

@ -12,10 +12,9 @@
- name: Include resource variables
include_vars: "{{ members }}"
# Note(decentral1se): We create the accounts before the role since we do
# not make molecule test this part of the role under test because we do not
# setup the password store. So, instead, we ensure the other parts are
# working.
# Note(d1): We create the accounts before the role since we do not make
# molecule test this part of the role under test because we do not setup
# the password store. So, instead, we ensure the other parts are working.
- name: Prepare user accounts for the new role
user:
name: "{{ item.username }}"