Add archzfs repo.

This commit is contained in:
Tom Alexander
2023-03-01 10:30:54 -05:00
parent 512fb57924
commit 459e9b68cf
5 changed files with 102 additions and 6 deletions

View File

@@ -1,3 +1,9 @@
- name: Install packages
package:
name:
- aspell
state: present
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'

View File

@@ -1,6 +1,5 @@
# - name: Install packages
# pacman:
# name:
# - foo
# state: present
# update_cache: true
- name: Install packages
package:
name:
- aspell-en
state: present