Skip to content

Commit

Permalink
fix(agw): added missing the ansible tags for arm variable
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Tatvamasi <shubhamtatvamasi@gmail.com>
  • Loading branch information
ShubhamTatvamasi committed Aug 31, 2022
1 parent 30c80f8 commit db5a4e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lte/gateway/deploy/roles/agw_docker/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@

- name: Set ARM Architecture AGW variable
when: ansible_architecture == "aarch64"
tags:
- agwc
- base
set_fact:
optional_arch_postfix: "_arm"

Expand Down

0 comments on commit db5a4e2

Please sign in to comment.