Starting to transition the home server to the new dynamic netgraph devices.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user