diff --git a/.README.html b/.README.html index 7de69e4..4803ba6 100644 --- a/.README.html +++ b/.README.html @@ -135,31 +135,32 @@
This role provides an easy way to configure systemd-journald logging service.
+See below
+If you want to manage rpm-ostree
systems with this role,
+you will need to install additional collections. Please run the
+following command line to install them:
ansible-galaxy collection install -vv -r meta/collection-requirements.yml
Role allows system administrator to configure basic systemd-journald settings, through following set of variables which form role's public @@ -196,15 +197,17 @@
- hosts: all
- vars:
- journald_persistent: true
- journald_max_disk_size: 2048
- journald_per_user: true
- journald_sync_interval: 1
- roles:
- - linux-system-roles.journald
- hosts: all
+ vars:
+ journald_persistent: true
+ journald_max_disk_size: 2048
+ journald_per_user: true
+ journald_sync_interval: 1
+ roles:
+ - linux-system-roles.journald
See README-ostree.md
MIT