From d48937dbd0510d8cfd01f4df3b470f22414b184f Mon Sep 17 00:00:00 2001 From: decentral1se Date: Tue, 15 Mar 2022 12:50:59 +0100 Subject: [PATCH] drop longform & wrap [ci skip] --- molecule/default/converge.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 65be367..baeaaba 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -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 }}"