From ea9d4e9df57f0b90a8c71daa89b6203a57dc1c8b Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 19 Mar 2020 17:32:11 -0400 Subject: [PATCH] Clean/fix Ansible comments i.e. debuntu no longer applicable --- roles/1-prep/tasks/raspberry_pi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/1-prep/tasks/raspberry_pi.yml b/roles/1-prep/tasks/raspberry_pi.yml index 8b7e7b233..8387eb300 100644 --- a/roles/1-prep/tasks/raspberry_pi.yml +++ b/roles/1-prep/tasks/raspberry_pi.yml @@ -40,13 +40,13 @@ - rfkill state: present -- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails (debuntu) +- name: Increase swap file size (to CONF_SWAPSIZE={{ pi_swap_file_size }} in /etc/dphys-swapfile) as kalite pip download fails lineinfile: path: /etc/dphys-swapfile regexp: "^CONF_SWAPSIZE" line: "CONF_SWAPSIZE={{ pi_swap_file_size }}" -- name: Restart swap service "dphys-swapfile" (debuntu) +- name: Restart swap service "dphys-swapfile" #command: /etc/init.d/dphys-swapfile restart service: # A rare/legacy service that is NOT systemd name: dphys-swapfile