Commit 5d0fd1ad by Feanil Patel

Fix 'with_first_found'

parent 7e69e5c6
...@@ -48,10 +48,10 @@ ...@@ -48,10 +48,10 @@
template: template:
src: "{{ item }}" src: "{{ item }}"
dest: "/etc/security/limits.d/sandbox.conf" dest: "/etc/security/limits.d/sandbox.conf"
with_first_found: with_first_found:
-files: - files:
- "{{ secure_dir }}/sandbox.conf.j2" - "{{ secure_dir }}/sandbox.conf.j2"
- "sandbox.conf.j2" - "sandbox.conf.j2"
- name: Install system dependencies of xserver - name: Install system dependencies of xserver
apt: 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