Compare commits

..

No commits in common. "7eabfa66f1cd5f0d648f5caf8d511016ffe43c18" and "755a2748556ff750ff6b9275133b773f6b7d6698" have entirely different histories.

2 changed files with 1 additions and 4 deletions

3
hosts
View File

@ -17,9 +17,6 @@ ipads:
- Table Saw, SawStop 3HP 10"
- Planer, Grizzly 20"
- Jointer, Powermatic 8"
CMS-wall-display-fiber-arts:
reservation_tools:
- Mid Arm, Brother DQLT15
vars:
ansible_user: mobile
ansible_become_pass: "{{ lookup('passwordstore', 'servers/cms/mobile@ipads') | d(omit) }}"

View File

@ -17,6 +17,6 @@
<key>UIStatusBarStyle</key>
<string>UIStatusBarStyleGray</string>
<key>URL</key>
<string>https://reservations.claremontmakerspace.org/wall-display.html{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
<string>https://reservations.claremontmakerspace.org/{% if reservation_tools is defined %}?tool={{ reservation_tools | map('urlencode') | join(';') }}{% endif %}</string>
</dict>
</plist>