Add a role for nvme.

This commit is contained in:
Tom Alexander
2023-01-24 00:08:00 -05:00
parent 3734f2126c
commit 8955c32e43
8 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# - name: Build aur packages
# register: buildaur
# become_user: "{{ build_user.name }}"
# command: "aurutils-sync --no-view {{ item }}"
# args:
# creates: "/var/cache/pacman/custom/{{ item }}-*.pkg.tar.*"
# loop:
# - foo
# - name: Update cache
# when: buildaur.changed
# pacman:
# name: []
# state: present
# update_cache: true
- name: Install packages
package:
name:
- nvme-cli
state: present