Commit bbfe1d91 by ansible

no message

1 parent d0448314
Showing with 3 additions and 3 deletions
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
state: present state: present
- name: New Ansible User - name: New Ansible User
user: useradd -m -c "ansible user" -s /bin/bash -U ansible --uid 1111 user:
uid: 1111 uid: 1111
home: /home/ansible home: /home/ansible
name: ansible name: ansible
...@@ -26,4 +26,4 @@ ...@@ -26,4 +26,4 @@
owner: ansible owner: ansible
group: ansible group: ansible
mode: 0600 mode: 0600
# Update # Update 2
\ No newline at end of file \ 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!