Commit bbfe1d91 by ansible

no message

1 parent d0448314
Showing with 3 additions and 3 deletions
......@@ -8,7 +8,7 @@
state: present
- name: New Ansible User
user: useradd -m -c "ansible user" -s /bin/bash -U ansible --uid 1111
user:
uid: 1111
home: /home/ansible
name: ansible
......@@ -26,4 +26,4 @@
owner: ansible
group: ansible
mode: 0600
# Update
\ No newline at end of file
# Update 2
\ No newline at end of file
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!