Skip to content

Commit

Permalink
Merge branch 'datenkollektiv-net-lxc_fix_2397'
Browse files Browse the repository at this point in the history
  • Loading branch information
drybjed committed Aug 27, 2023
2 parents c6075e3 + 5b9357c commit cecba06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,13 @@ debops.boxbackup role
- Fixed formatting in the :file:`/etc/logrotate.conf` configuration file to
avoid adding :command:`vim` fold markers from the DebOps role defaults.

:ref:`debops.lxc` role
''''''''''''''''''''''

- Fixed name of the ``vfs_root`` parameter in the call to the
``community.general.lxc_container`` Ansible module, which was renamed to
``zfs_root``.

:ref:`debops.netbase` role
''''''''''''''''''''''''''

Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/lxc/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@
else omit) }}'
thinpool: '{{ item.thinpool | d(omit) }}'
vg_name: '{{ item.vg_name | d(omit) }}'
vfs_root: '{{ item.zfs_root | d(omit) }}'
zfs_root: '{{ item.zfs_root | d(omit) }}'
environment:
DOWNLOAD_KEYSERVER: '{{ ansible_local.keyring.keyserver | d("hkp://keyserver.ubuntu.com") }}'
vars:
Expand Down

0 comments on commit cecba06

Please sign in to comment.