Commit 5d0fd1ad by Feanil Patel

Fix 'with_first_found'

parent 7e69e5c6
......@@ -48,10 +48,10 @@
template:
src: "{{ item }}"
dest: "/etc/security/limits.d/sandbox.conf"
with_first_found:
-files:
- "{{ secure_dir }}/sandbox.conf.j2"
- "sandbox.conf.j2"
with_first_found:
- files:
- "{{ secure_dir }}/sandbox.conf.j2"
- "sandbox.conf.j2"
- name: Install system dependencies of xserver
apt:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment