- import_role: name: jail tasks_from: jail_setup - name: Install taulubot from port shell: | cd /usr/ports/net-im/taulubot make install WRKDIRPREFIX=/tmp/ports DISTDIR=/tmp/distfiles register: _taulubot_install failed_when: "_taulubot_install.rc != 0" changed_when: "'Installing taulubot' in _taulubot_install.stdout" - name: Deploy bot token file copy: content: "{{ taulubot_token }}" dest: /usr/local/etc/taulubot.token owner: root group: wheel mode: "0600" no_log: true - import_role: name: jail tasks_from: jail_launch