Skip to content

Commit

Permalink
updated cargo with correct indents
Browse files Browse the repository at this point in the history
  • Loading branch information
rbevin777 committed Jul 8, 2023
1 parent 884f68d commit 8e01434
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions playbooks/cargo-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
- name: Install Developer Apps
hosts: localhost
tasks:
- name: Install Tauri GUI framework for rust
community.general.cargo:
name: create-tauri-app
- name: Install Tauri GUI framework for rust
community.general.cargo:
name: create-tauri-app

- name: Install Tauri cli commands
community.general.cargo:
name: tauri-cli
- name: Install Tauri cli commands
community.general.cargo:
name: tauri-cli

0 comments on commit 8e01434

Please sign in to comment.