Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.

Commit 08d107e

Browse files
author
Matej Stajduhar
committed
Updating-handle-git-url-2
1 parent ef6be3c commit 08d107e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

roles/aws/aws_lambda/tasks/handle_url.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
ansible.builtin.git:
33
repo: "{{ aws_lambda.function_file }}"
44
dest: /tmp/funct
5+
update: true
56
accept_hostkey: true
67
become: true
7-
become_user: "{{ ce_deploy.username }}"
8+
become_user: "{{ ce_provision.username }}"
89

910
- name: Find all .j2 template files.
1011
ansible.builtin.find:

0 commit comments

Comments
 (0)