# HG changeset patch # User Shinji KONO # Date 1513485582 -32400 # Node ID db07c91fb677bce15271581fc03adc207cbc1a62 # Parent 1ee02bb450bd0599246a1da2e76341dc5f956e80 add -j8 for moudle make diff -r 1ee02bb450bd -r db07c91fb677 main.yml --- a/main.yml Sun Dec 17 12:20:23 2017 +0900 +++ b/main.yml Sun Dec 17 13:39:42 2017 +0900 @@ -89,8 +89,8 @@ - name: make modules shell: "{{ item }}" with_items: - - make modules - - make modules_install + - make -j8 modules + - make -j8 modules_install args: chdir: /usr/src/kernels/fedora