Skip to content

Commit

Permalink
Remove the excluded_files in file_groupowner
Browse files Browse the repository at this point in the history
  • Loading branch information
alanmcanonical committed Jul 24, 2024
1 parent 2c334ad commit 48e93cd
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ groupadd group_test
{{% set FIND_RECURSE_ARGS="-maxdepth 1" %}}
{{%- endif %}}

{{%- if EXCLUDED_FILES %}}
{{% set EXCLUDED_FILES_ARGS="! -name '" + EXCLUDED_FILES|join("' ! -name '") + "'" %}}
{{%- else %}}
{{% set EXCLUDED_FILES_ARGS="" %}}
{{%- endif %}}

{{% for path in FILEPATH %}}
{{% if path.endswith("/") %}}
if [ ! -d {{{ path }}} ]; then
Expand Down

0 comments on commit 48e93cd

Please sign in to comment.