Skip to content

Commit

Permalink
WIP: feat: Add pacman module
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed Jul 17, 2023
1 parent 6b52a39 commit b9ca2eb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions examples/install_arch_packages.rh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env rash

- name: Install Rust dependencies
pacman:
executable: "{{ rash.dir }}/../rash_core/tests/mocks/pacman.rh"
extra_args: "--nodeps --nodeps"
force: true
name:
- rustup
- bpftrace
state: latest

0 comments on commit b9ca2eb

Please sign in to comment.