Skip to content

Commit

Permalink
Merge pull request #145 from roumano/follow_link
Browse files Browse the repository at this point in the history
Fix issue #144 : follow link on template module
  • Loading branch information
elcomtik authored Dec 14, 2022
2 parents 853bca7 + 35b6ca5 commit 2b344d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/setup_cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
src: "{{ item }}.j2"
dest: "/{{ item }}"
mode: "0644"
follow: true
become: true
register: "_mariadb_galera_cluster_reconfigured"
loop: "{{ mariadb_confs }}"
Expand Down

0 comments on commit 2b344d7

Please sign in to comment.