Skip to content

Commit

Permalink
Fix set_fact tags, so playbook unrelated will work correctly (#445)
Browse files Browse the repository at this point in the history
Signed-off-by: Qi Luo <[email protected]>
  • Loading branch information
qiluo-msft authored Feb 1, 2018
1 parent 5ec0e84 commit c2be922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible/roles/test/tasks/ecn_wred.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
test_files_dir="roles/test/tasks/qos"
tmp_dir="/tmp"
test_wred_values="[ '491520', '516096', '430080' ]"
tags: always

# Read and store original rmin value for AZURE_LOSSY
- name: Get red_min_threshold
Expand Down

0 comments on commit c2be922

Please sign in to comment.