diff options
Diffstat (limited to 'roles/jumbotron/tasks')
-rw-r--r-- | roles/jumbotron/tasks/console.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/jumbotron/tasks/console.yml b/roles/jumbotron/tasks/console.yml index 42ec011..8cbd190 100644 --- a/roles/jumbotron/tasks/console.yml +++ b/roles/jumbotron/tasks/console.yml @@ -41,6 +41,6 @@ when: not chroot - name: '- when in chroot' command: systemctl enable console-setup.service - when: chroot + when: chroot|bool # vim: set ts=2 sw=2 et: |