Browse Source

Adding debug option

pull/1943/head
Greg Szabo 7 years ago
parent
commit
32ead683ce
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ansible/roles/install/tasks/main.yml

+ 3
- 0
ansible/roles/install/tasks/main.yml View File

@ -13,6 +13,9 @@
- name: Restart journald
service: name=systemd-journald state=restarted
- name: Ability to get the core dump on SIGABRT
command: "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


Loading…
Cancel
Save