use bash in shell command in nitter-app/tasks/main.yml

This commit is contained in:
staticsafe 2021-09-11 12:31:04 -04:00
parent b7a3d4f702
commit 50e2ab04a9
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
become: true
become_user: "{{ NITTER_USER }}"
- name: Run nitter build script
ansible.builtin.shell: "/home/{{ NITTER_USER }}/buildnitter.sh"
ansible.builtin.shell: "bash /home/{{ NITTER_USER }}/buildnitter.sh"
args:
executable: /bin/bash
become: true