Skip to content
Snippets Groups Projects
Commit 6019778c authored by Bo-Chun Chen's avatar Bo-Chun Chen
Browse files

fix: use owner instead of user in template ansible module

parent 77b42c12
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,6 @@ ...@@ -3,6 +3,6 @@
ansible.builtin.template: ansible.builtin.template:
src: rewrite_map_config_py.j2 src: rewrite_map_config_py.j2
mode: '600' mode: '600'
user: root owner: root
group: root group: root
dest: /var/www/rewrite_map_config.py dest: /var/www/rewrite_map_config.py
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