--- - name: Install updates command: cmd: /usr/sbin/freebsd-update install environment: PAGER: cat register: installupdates - name: show results of install updates debug: verbosity: 1 msg: '{{ installupdates.stdout }}'