diff --git a/playbooks/allsearch_banner.yml b/playbooks/allsearch_banner.yml index 892e08fe34..ba0ee8d7b9 100644 --- a/playbooks/allsearch_banner.yml +++ b/playbooks/allsearch_banner.yml @@ -2,12 +2,13 @@ # by default this playbook runs in the staging environment # to run in production, pass '-e runtime_env=production' - name: change the Allsearch banner - hosts: allsearch_api_{{ runtime_env | default('staging') }} + # hosts: allsearch_api_{{ runtime_env | default('staging') }} + hosts: localhost remote_user: deploy vars: - passenger_root: "/opt/allsearch_api/current" - text_no_comma: "dog cat" - - text_escaped_comma: "dog\, cat" + # - text_escaped_comma: "dog\, cat" - text_unescaped_comma: "dog, cat" vars_files: - ../group_vars/allsearch_api/vault.yml @@ -17,13 +18,21 @@ tasks: - name: Check the text for commas ansible.builtin.set_fact: - # the regex (?