Fix ansible lint

This commit is contained in:
Emilien Mantel
2021-09-03 12:19:32 +02:00
parent 5e2f988beb
commit 297dc1f669
3 changed files with 8 additions and 2 deletions

View File

@@ -320,9 +320,10 @@
- 'test-php-index2.local'
- name: -- Add Directories --
file:
ansible.builtin.file:
path: "{{ item }}"
state: directory
mode: 0755
loop:
- "{{ nginx_root }}/test-htpasswd.local/public/hello"
- "/tmp/custom-template"