Skip to content

Commit

Permalink
use relative path to template
Browse files Browse the repository at this point in the history
  • Loading branch information
codepuncher committed Oct 17, 2024
1 parent e4bfb4e commit a9f024d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .ansible-lint
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
skip_list:
- no-relative-paths
2 changes: 1 addition & 1 deletion tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
- name: Template wordfence-waf.php
ansible.builtin.template:
src: "{{ role_path }}/templates/wordfence-waf.php.j2"
src: "../templates/wordfence-waf.php.j2"
dest: "{{ deploy_helper.new_release_path }}/web/wp/wordfence-waf.php"
mode: "0755"

0 comments on commit a9f024d

Please sign in to comment.