Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
klaus993 authored Jan 12, 2024
1 parent 2d2b0ff commit b21f93e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/playbooks/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
gather_facts: false
any_errors_fatal: true
become: true
become_user: dev
become_user: "{{ lookup('ansible.builtin.env', 'TS_USER') }}"

pre_tasks:

Expand Down

0 comments on commit b21f93e

Please sign in to comment.