From ba612586f0000c7e64a771b5254392e496259a43 Mon Sep 17 00:00:00 2001 From: Sean Marquez Date: Wed, 18 Oct 2023 21:43:27 -0700 Subject: [PATCH] install utilities as part of OSHW tools --- playbook.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/playbook.yaml b/playbook.yaml index d59bbfd..a0a77bb 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -59,6 +59,7 @@ - install_doctools - install_plantuml - install_avr_build_tools + - install_oshw_tools tasks: - name: Install build-essential @@ -94,6 +95,7 @@ gather_facts: yes tags: - install_avr_build_tools + - install_oshw_tools - install_doctools - install_utilities @@ -539,7 +541,9 @@ hosts: localhost connection: local gather_facts: yes - tags: install_utilities + tags: + - install_utilities + - install_oshw_tools vars: git_version: "2.42.0"