diff options
| author | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 13:54:09 +0300 |
|---|---|---|
| committer | Jan Tuomi <jan@jantuomi.fi> | 2026-07-27 13:54:09 +0300 |
| commit | 73202ab15e3ff44678cbb646b69d647441303c55 (patch) | |
| tree | 6526000bf32192350d2d9c8284cf5db5b020955b /roles/host/tasks/userland.yml | |
| parent | b1e6c3bff6c3d71a95b2261a077b22f90b166799 (diff) | |
Restructure after 15.1 update
Diffstat (limited to 'roles/host/tasks/userland.yml')
| -rw-r--r-- | roles/host/tasks/userland.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/host/tasks/userland.yml b/roles/host/tasks/userland.yml index 59de0dd..535b6d5 100644 --- a/roles/host/tasks/userland.yml +++ b/roles/host/tasks/userland.yml @@ -44,7 +44,7 @@ create: true - name: Update userland - shell: "freebsd-update -b /usr/local/jails/templates/{{ userland }}/ fetch install" + shell: "freebsd-update -b /usr/local/jails/templates/{{ userland }}/ --currently-running {{ userland }} fetch install" - name: Disable syslogd lineinfile: |
