summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2023-10-20 12:46:46 -0400
committerSacha Chua <sacha@sachachua.com>2023-10-20 12:46:53 -0400
commit75d6d611631c7c1783a590cc1192ff6ef3fa27d9 (patch)
tree378f058563107275054e9a7bda0a54fe679f17df /roles
parent44378fb23b01ed8a00e1dda3639b711f7e9e719c (diff)
downloademacsconf-ansible-75d6d611631c7c1783a590cc1192ff6ef3fa27d9.tar.xz
emacsconf-ansible-75d6d611631c7c1783a590cc1192ff6ef3fa27d9.zip
update BBB script
Diffstat (limited to 'roles')
-rw-r--r--roles/obs/tasks/main.yml3
-rwxr-xr-xroles/obs/templates/bbb5
2 files changed, 6 insertions, 2 deletions
diff --git a/roles/obs/tasks/main.yml b/roles/obs/tasks/main.yml
index 946d1d7..c73f596 100644
--- a/roles/obs/tasks/main.yml
+++ b/roles/obs/tasks/main.yml
@@ -79,7 +79,7 @@
state: directory
mode: 0775
- name: Set up scripts
- tags: wip
+ tags: wip, obs-scripts
template:
src: "{{ item }}"
dest: /usr/local/bin
@@ -92,3 +92,4 @@
- intro
- bbb
- pad
+ - handle-session
diff --git a/roles/obs/templates/bbb b/roles/obs/templates/bbb
index 240a122..abe1da1 100755
--- a/roles/obs/templates/bbb
+++ b/roles/obs/templates/bbb
@@ -10,4 +10,7 @@ fi
# Update the overlay
SLUG=$1
overlay $SLUG
-firefox https://media.emacsconf.org/{{ emacsconf_year }}/backstage/current/room/$SLUG
+firefox https://media.emacsconf.org/{{ emacsconf_year }}/backstage/assets/redirects/open/bbb-$SLUG.html &
+sleep 2
+xdotool key Return
+xdotool key F11