Skip to content

Commit

Permalink
test path
Browse files Browse the repository at this point in the history
  • Loading branch information
kayiwa committed Oct 28, 2024
1 parent 25225bb commit c8a1688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/allsearch_banner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
# - pan-os-python

- name: Run the Rake task
ansible.builtin.shell: "cd {{ passenger_app_root }} && bundle exec rake banner:update ['{{ banner_text }}',{{alert_status}},{{dismissible}},{{autoclear}}]"
ansible.builtin.shell: "cd /opt/allsearch_api/current && bundle exec rake banner:update ['{{ banner_text }}',{{alert_status}},{{dismissible}},{{autoclear}}]"
#bundle exec rake banner:update\['new banner',info,true,true\]
#text,alert_status[info|success|warning|error],dismissible,autoclear
become: true
Expand Down

0 comments on commit c8a1688

Please sign in to comment.