mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-24 10:31:56 +08:00
fixing syntax error
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
|
||||
- name: create dirs for static sites
|
||||
file: path={{ item.document_root }} state=directory owner=apache group=apache mode=1755
|
||||
with_items: "{{ static_sites }"
|
||||
with_items: "{{ static_sites }}"
|
||||
tags:
|
||||
- qastaticsites
|
||||
|
||||
|
||||
Reference in New Issue
Block a user