fix issue

This commit is contained in:
vincent 2019-04-10 20:27:12 +02:00
parent 88d00fe24a
commit 36bb879922

View File

@ -20,6 +20,7 @@
state: present # not required. choices: absent;present. Whether the account should exist or not, taking action if the state is different from what is stated.
ssh_key_file: .ssh/id_rsa # not required. Optionally specify the SSH key filename. If this is a relative filename then it will be relative to the user's home directory.
uid: 1024
shell: /bin/bash
- name : set sudoers right
lineinfile: