Skip to content

Commit

Permalink
just change a rule so that automatus test runs
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Oct 30, 2024
1 parent 21a4c72 commit fae4baa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
loop: '{{ local_users }}'
when:
- item.value[2]|int >= {{{ uid_min }}}
- item.value[2]|int != {{{ nobody_uid }}}
- item.value[2]|int != 65535
- not item.value[4] | regex_search('^\/\w*\/\w{1,}')

0 comments on commit fae4baa

Please sign in to comment.