Skip to content
Snippets Groups Projects
Commit 76713849 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Ansible lint: task names - horizon"

parents e5ba7adc 93859113
No related branches found
No related tags found
No related merge requests found
---
# Update policy file name
- set_fact:
- name: Update policy file name
set_fact:
supported_policy_files: "{{ supported_policy_format_list | map('regex_replace', '(.+)', '{{ project_name }}_\\1') | list }}"
- name: Check if policies shall be overwritten
......@@ -18,7 +18,8 @@
loop_control:
loop_var: fullpath
- set_fact:
- name: Update custom policy file name
set_fact:
custom_policy: "{{ custom_policy }} + [ '{{ overwritten_files.results.0.stat.path }}' ]"
when:
- overwritten_files.results
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment