Skip to content

Commit

Permalink
Merge pull request #45 from capsulecorplab/add-tag-for-install-fprime…
Browse files Browse the repository at this point in the history
…-tools

Add playbook tag for `install_fprime_tools`
  • Loading branch information
capsulecorplab authored Jan 3, 2024
2 parents 9450382 + c97fc92 commit 80eae16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
tags:
- install_cross_compile_toolchain
- install_doxygen
- install_arduino_tools
- install_fprime_tools

vars:
cmake_version: "3.27.9"
Expand Down Expand Up @@ -245,7 +245,7 @@
connection: local
tags:
- install_cross_compile_toolchain
- install_arduino_tools
- install_fprime_tools

tasks:
- name: Install Teensy build dependencies
Expand All @@ -259,7 +259,7 @@
connection: local
gather_facts: yes
tags:
- install_arduino_tools
- install_fprime_tools

vars:
fprime_version: "v3.4.0"
Expand Down Expand Up @@ -332,7 +332,7 @@
connection: local
gather_facts: yes
tags:
- install_arduino_tools
- install_fprime_tools

vars:
arduino_ide_version: "2.2.1"
Expand Down Expand Up @@ -458,7 +458,7 @@
connection: local
gather_facts: yes
tags:
- install_arduino_tools
- install_fprime_tools
- install_minicom

tasks:
Expand Down

0 comments on commit 80eae16

Please sign in to comment.