diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-09-22 00:12:01 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-09-22 00:12:01 +0200 |
| commit | 26b54069d523f9cc157a2c59ebd074b576d20a7f (patch) | |
| tree | 6945399bb6ab7fced556372946e3f58229b8c757 /roles/nginx | |
| parent | 5ad8656b05925f224102c3fbec375c75279f7ea1 (diff) | |
Linting: update the code to use latest sytnax recommendation
Diffstat (limited to 'roles/nginx')
| -rw-r--r-- | roles/nginx/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/nginx/tasks/main.yml b/roles/nginx/tasks/main.yml index 56df466e..8b3a47df 100644 --- a/roles/nginx/tasks/main.yml +++ b/roles/nginx/tasks/main.yml @@ -16,7 +16,7 @@ owner: "root" group: "root" mode: "0755" - with_items: + loop: - "/etc/nginx/conf.d" - "/etc/nginx/modules-enabled" - "/var/log/nginx" |
