Commit 0063dfd0 by arbabnazar

fix ansible 2.x error

parent 3446a2fb
......@@ -53,9 +53,10 @@
- name: set sandbox limits
template: src={{ item }} dest=/etc/security/limits.d/sandbox.conf
first_available_file:
#first_available_file:
with_items:
#- "{{ secure_dir }}/sandbox.conf.j2"
- "sandbox.conf.j2"
- "sandbox.conf.j2"
- name: install system dependencies of xserver
apt: pkg={{ item }} state=present
......
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