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

Merge branch 'fix-rewrite-map-config-issue' into 'feat-hpc-factory'

fix: use owner instead of user in template ansible module

See merge request rc/hpc-factory!164
parents 77b42c12 6019778c
No related branches found
No related tags found
1 merge request!3Change compute reference to login
...@@ -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