mirror of
https://github.com/roles-ansible/ansible_collection_users.git
synced 2024-08-16 10:29:50 +02:00
Make ansible a system account
This commit is contained in:
parent
247ac27999
commit
d0f3edead8
2 changed files with 2 additions and 1 deletions
|
@ -13,6 +13,7 @@
|
|||
shell: '/bin/bash'
|
||||
group: 'ansible'
|
||||
state: "{{ l3d_users__ansible_user_state | ternary('present', 'absent') }}"
|
||||
system: true
|
||||
password: "{{ l3d_users__ansible_user_password }}"
|
||||
create_home: true
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
playbook_version_number: 13
|
||||
playbook_version_number: 14
|
||||
playbook_version_path: 'l3d.users.user.version'
|
||||
|
|
Loading…
Reference in a new issue