From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C7D6328DB73 for ; Fri, 1 Aug 2025 19:46:37 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754077601; cv=none; b=oTLNzhfR/2UPb4KRXxMRNH6VvwLJQUH84dERBOr8arjrvq+wzA8WU/LXmn+Une4QjBN4Bu/aoypVySQVrJnJb2HbpeHuCBIgqLA47/qkChe7wSAbIfvkFZPKAVQ03/UB6S4mcgsehfn8qFy2NpLLrEmJQCoKH2mq5k6BpeCq/qA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754077601; c=relaxed/simple; bh=jq0mezMLcgi6Sa60wEhhjYpG6QCHD+8ecJKeR39oJUo=; h=From:To:Cc:Subject:Date:Message-ID:In-Reply-To:References: MIME-Version; b=Duxr8rWM198VbTC6xF67C1Fpa8OSLxspwKzHDJ9//ueU0Czpvp1/9Pfr6FVDsSAxSv7YCABWGtDJHsPutS8yUe2hkKbVFujM/7EfaBl9CtobW01kL6XqCApY0PNACCQown4+hUOOBusC3wkRsIcWKimZSiOkSFpFzZK1Fyu0EUk= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=3iLUP/Ea; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="3iLUP/Ea" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: MIME-Version:References:In-Reply-To:Message-ID:Date:Subject:Cc:To:From: Reply-To:Content-Type:Content-ID:Content-Description; bh=aRqonrEFTE3Zm0G6IpNpX6Wj4KGruOLUcLeHae/ZvUI=; b=3iLUP/EaK7wkTKii5/8NHjstkR nqzd4OK6m1PX4KufLXLf+IQ2HdBSTjR+DGkBZ9VXoFtI6kO7XaDgfjcbuw8HCoB2WVbmA08d64kRg T7YY6XnkVV9LmNuZhkoXUAYozSlAL0LjEFAmzmvWaS/yjC+DxEWKgjSM8yo5tAU6BtrbMYxPzkYMP E0YXx3MXCm7p4moV7h//Bw8mJ/PIBbbdhz6iujoBUKKW/xiTgvmFRfaxAfSMxF5ZPqJOTxPQXnyi2 QjjSahylwSoEf/oEtvXJGJLjsLV6zOmBlHdiWloklIejtXPYa9ICRA+fnGkDNji35BD7zovpALhxm jdmxKlew==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1uhvi9-00000006hrV-0Oi0; Fri, 01 Aug 2025 19:46:37 +0000 From: Luis Chamberlain To: Chuck Lever , Daniel Gomez , kdevops@lists.linux.dev Cc: Luis Chamberlain Subject: [PATCH v3 03/11] playbooks: few space cleanups Date: Fri, 1 Aug 2025 12:46:27 -0700 Message-ID: <20250801194635.1598544-4-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 In-Reply-To: <20250801194635.1598544-1-mcgrof@kernel.org> References: <20250801194635.1598544-1-mcgrof@kernel.org> Precedence: bulk X-Mailing-List: kdevops@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain Since we're going to be using bots we sometimes forget to clean up after them. Fix a few minor spacing issues left behind from prior commits. Signed-off-by: Luis Chamberlain --- Makefile | 2 +- playbooks/mmtests.yml | 2 +- .../roles/bootlinux/tasks/install-minimal-deps/debian/main.yml | 2 +- playbooks/roles/bootlinux/tasks/install-minimal-deps/main.yml | 2 +- .../roles/bootlinux/tasks/install-minimal-deps/redhat/main.yml | 2 +- .../roles/bootlinux/tasks/install-minimal-deps/suse/main.yml | 2 +- playbooks/roles/mmtests/tasks/install-deps/main.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 31f544e9dd9c..a8b58eb7cb88 100644 --- a/Makefile +++ b/Makefile @@ -122,7 +122,7 @@ include scripts/krb5.Makefile include scripts/devconfig.Makefile include scripts/ssh.Makefile -ANSIBLE_CMD_KOTD_ENABLE := echo KOTD disabled so not running: +ANSIBLE_CMD_KOTD_ENABLE := echo KOTD disabled so not running: ifeq (y,$(CONFIG_WORKFLOW_KOTD_ENABLE)) include scripts/kotd.Makefile endif # WORKFLOW_KOTD_ENABLE diff --git a/playbooks/mmtests.yml b/playbooks/mmtests.yml index d341d246871a..f66e65db8b41 100644 --- a/playbooks/mmtests.yml +++ b/playbooks/mmtests.yml @@ -1,4 +1,4 @@ --- - hosts: all roles: - - role: mmtests \ No newline at end of file + - role: mmtests diff --git a/playbooks/roles/bootlinux/tasks/install-minimal-deps/debian/main.yml b/playbooks/roles/bootlinux/tasks/install-minimal-deps/debian/main.yml index 9fd6834f13fd..21d33331dbc2 100644 --- a/playbooks/roles/bootlinux/tasks/install-minimal-deps/debian/main.yml +++ b/playbooks/roles/bootlinux/tasks/install-minimal-deps/debian/main.yml @@ -16,4 +16,4 @@ - make - gcc - kmod - state: present \ No newline at end of file + state: present diff --git a/playbooks/roles/bootlinux/tasks/install-minimal-deps/main.yml b/playbooks/roles/bootlinux/tasks/install-minimal-deps/main.yml index d1e9f6757785..75dbd9a46df2 100644 --- a/playbooks/roles/bootlinux/tasks/install-minimal-deps/main.yml +++ b/playbooks/roles/bootlinux/tasks/install-minimal-deps/main.yml @@ -12,4 +12,4 @@ - name: Red Hat-specific minimal setup ansible.builtin.import_tasks: redhat/main.yml when: - - ansible_os_family == "RedHat" \ No newline at end of file + - ansible_os_family == "RedHat" diff --git a/playbooks/roles/bootlinux/tasks/install-minimal-deps/redhat/main.yml b/playbooks/roles/bootlinux/tasks/install-minimal-deps/redhat/main.yml index c5cd6fbf6241..e077f5e88a2f 100644 --- a/playbooks/roles/bootlinux/tasks/install-minimal-deps/redhat/main.yml +++ b/playbooks/roles/bootlinux/tasks/install-minimal-deps/redhat/main.yml @@ -24,4 +24,4 @@ - kmod state: present when: - - ansible_facts['distribution_major_version']|int >= 8 \ No newline at end of file + - ansible_facts['distribution_major_version']|int >= 8 diff --git a/playbooks/roles/bootlinux/tasks/install-minimal-deps/suse/main.yml b/playbooks/roles/bootlinux/tasks/install-minimal-deps/suse/main.yml index a17768f91c27..ce73ddd18de8 100644 --- a/playbooks/roles/bootlinux/tasks/install-minimal-deps/suse/main.yml +++ b/playbooks/roles/bootlinux/tasks/install-minimal-deps/suse/main.yml @@ -10,4 +10,4 @@ - make - gcc - kmod-compat - state: present \ No newline at end of file + state: present diff --git a/playbooks/roles/mmtests/tasks/install-deps/main.yml b/playbooks/roles/mmtests/tasks/install-deps/main.yml index d3972fae51d4..3ecd69825b8e 100644 --- a/playbooks/roles/mmtests/tasks/install-deps/main.yml +++ b/playbooks/roles/mmtests/tasks/install-deps/main.yml @@ -13,4 +13,4 @@ - name: RedHat distribution specific setup import_tasks: tasks/install-deps/redhat/main.yml - when: ansible_facts['os_family']|lower == 'redhat' \ No newline at end of file + when: ansible_facts['os_family']|lower == 'redhat' -- 2.47.2