We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75dff89 commit 8f4875cCopy full SHA for 8f4875c
bigbluebutton/bigbluebutton.yaml
@@ -43,18 +43,11 @@
43
- name: Setting Valid Hostname
44
shell: hostnamectl set-hostname bbb.example.com
45
46
-# 9 - Get bbb-install.sh from github
47
- - name: Downloading bbb-install.sh
48
- get_url:
49
- url: https://raw.githubusercontent.com/bigbluebutton/bbb-install/v2.7.x-release/bbb-install.sh
50
- dest: /tmp/bbb-install.sh
51
- mode: 0755
52
-
53
# 9 - Add the shell script to .bashrc
54
- name: Adding a line for shell script
55
lineinfile:
56
path: /root/.bashrc
57
- line: "chmod +x /tmp/bbb-cleanup.sh && /tmp/bbb-cleanup.sh"
+ line: "chmod +x /usr/local/src/bigbluebutton/bbb-cleanup.sh && /usr/local/src/bigbluebutton/bbb-cleanup.sh"
58
state: present
59
60
0 commit comments