From 862d7eb82c4218302c6e3f70a49fd339b45077a5 Mon Sep 17 00:00:00 2001 From: Greg Szabo Date: Thu, 9 Nov 2017 11:19:06 -0500 Subject: [PATCH] ulimit in ansible fix --- ansible/roles/install/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/install/tasks/main.yml b/ansible/roles/install/tasks/main.yml index fd793289..0e54ce65 100644 --- a/ansible/roles/install/tasks/main.yml +++ b/ansible/roles/install/tasks/main.yml @@ -14,7 +14,7 @@ service: name=systemd-journald state=restarted - name: Ability to get the core dump on SIGABRT - command: "ulimit -c unlimited" + shell: "ulimit -c unlimited" #TODO include is deprecated in Ansible 2.4.0 and will be removed in 2.8.0 #Replace it with include_tasks