Skip to content

Commit 24070e9

Browse files
authored
fix (#495)
1 parent c133de3 commit 24070e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • Ansible/roles/update_antiz_website/tasks

Ansible/roles/update_antiz_website/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
msg: "The 'env' variable should be equal to 'dev' or 'prod'"
77
when: env not in ['dev','prod']
88

9-
- name: "Update antiz.fr website - {{ hostvars[item].branch }}"
9+
- name: "Update antiz.fr website - {{ env }}"
1010
ansible.builtin.shell:
1111
cmd: git fetch origin && git checkout origin/{{ hostvars[item].branch }} -- public
1212
register: update_antiz_fr

0 commit comments

Comments
 (0)