Fix linting issues

This commit is contained in:
Alexander Gorelyshev
2025-12-18 13:44:02 +04:00
parent 1a9cb69d58
commit 0c46455a63
4 changed files with 18 additions and 18 deletions

View File

@@ -16,7 +16,7 @@
- name: "Create | Create user account ('{{ user.name }}')"
vars:
home_root: "{{ user.home_root is defined | ternary(user.home_root, default_home_root) }}"
home_root: "{{ user.home_root is defined | ternary(user.home_root, users_default_home_root) }}"
ansible.builtin.user:
name: "{{ user.name }}"
state: "{{ user.state }}"