Starting to transition the home server to the new dynamic netgraph devices.

This commit is contained in:
Tom Alexander
2023-04-27 14:56:32 -04:00
parent 5da4f8fb99
commit 24bfa840ff
4 changed files with 58 additions and 79 deletions

View File

@@ -8,6 +8,12 @@
loop:
- /usr/local/etc/pkg
- /usr/local/etc/pkg/repos
- name: Install packages
package:
name:
- pkg-provides
state: present
- name: Install Configuration
register: changed_config
@@ -26,9 +32,3 @@
# - name: Replace all packages with packages from new repo
# command: pkg upgrade -f -y
# when: changed_config.changed
- name: Install packages
package:
name:
- pkg-provides
state: present