+ qrcodes now part of project athens scope
This commit is contained in:
12
playbooks/beta/websites/update-qrcodes.yml
Normal file
12
playbooks/beta/websites/update-qrcodes.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
- hosts: web
|
||||
remote_user: web
|
||||
tasks:
|
||||
- name: Fetch variables from role specific vars file
|
||||
include_vars:
|
||||
file: ../vars/main.yml
|
||||
- name: Push out qrcodes public content
|
||||
copy:
|
||||
src: "{{QRCODES_LOCAL_PUBLIC}}/public/"
|
||||
dest: /var/www/qrcodes.leftcoast.space
|
||||
|
||||
Reference in New Issue
Block a user