diff --git a/.gitignore b/.gitignore index 0796cf8..0aac759 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ playbooks/hosts.ini playbooks/.ssh/ playbooks/.env/ playbooks/alpha/searx/settings.yml +playbooks/beta/vars/*.yml diff --git a/playbooks/beta/websites/update-resume.yml b/playbooks/beta/websites/update-resume.yml index 643a9b0..7d2d937 100644 --- a/playbooks/beta/websites/update-resume.yml +++ b/playbooks/beta/websites/update-resume.yml @@ -2,6 +2,9 @@ - hosts: web remote_user: web tasks: + - name: Fetch variables from role specific vars file + include_vars: + file: ../vars/main.yml - name: Push out resume public content copy: src: "{{RESUME_LOCAL_PUBLIC}}/public"