Skip to content

Commit

Permalink
Update linux_os/guide/system/accounts/accounts-session/accounts_user_…
Browse files Browse the repository at this point in the history
…interactive_home_directory_defined/ansible/shared.yml

Co-authored-by: vojtapolasek <krecoun@gmail.com>
  • Loading branch information
Mab879 and vojtapolasek committed Nov 4, 2024
1 parent 3940f0d commit 708fc41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
when:
- item.value[2]|int >= {{{ uid_min }}}
- item.value[2]|int != {{{ nobody_uid }}}
- item.value[2]|int < {{{ dynamic_uid_min }}} or item.value[2]|int > {{{ dynamic_uid_min }}}
- item.value[2]|int < {{{ dynamic_uid_min }}} or item.value[2]|int > {{{ dynamic_uid_max }}}
- not item.value[4] | regex_search('^\/\w*\/\w{1,}')

0 comments on commit 708fc41

Please sign in to comment.