You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
295 B
YAML

- name: install Pet
aur:
name: pet-git
use: makepkg
upgrade: yes
become: yes
become_user: aur_builder
- name: Configure Pet
template: src=config.toml.j2 dest=/root/.config/pet/config.toml owner=root group=root mode=0644
- name: Sync Pet
command: pet sync