famedly / ansible-collection-base

`famedly.base` ansible collection for common basic services/tools like dns, ldap, ssh, ...
GNU Affero General Public License v3.0
0 stars 2 forks source link

check mode fixes #203

Closed CherryKitten closed 10 months ago

CherryKitten commented 10 months ago

fix(user): ignore ssh key errors in check mode

In check mode, the task fails if it's supposed to be adding ssh keys to a user who doesn't exist. Ignoring errors in check mode makes it possible to run the task in check mode even if there are new users to be added.

fix(lego): don't unpack source files in check mode