Skip to content

Commit

Permalink
install utilities as part of OSHW tools
Browse files Browse the repository at this point in the history
  • Loading branch information
capsulecorplab committed Oct 19, 2023
1 parent ee9f910 commit ba61258
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
- install_doctools
- install_plantuml
- install_avr_build_tools
- install_oshw_tools

tasks:
- name: Install build-essential
Expand Down Expand Up @@ -94,6 +95,7 @@
gather_facts: yes
tags:
- install_avr_build_tools
- install_oshw_tools
- install_doctools
- install_utilities

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit ba61258

Please sign in to comment.