Hi there,
I understand that dashes are reserved. I’m wondering though if anybody else has had the need to create users, specifically system ones, that have a dash in their name. At the moment, I have an action that is similar to the below. It returns an error when I attempt to run the playbook that references it. Any ideas how I can do this?
- name: Create web user account
user: name=www-data system=yes
Dan.