mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-01-24 01:50:19 +08:00
Update main.yml
This commit is contained in:
parent
543670e9f8
commit
38d3d70486
@ -23,7 +23,7 @@
|
||||
|
||||
- name: Change user on ubuntu arm
|
||||
lineinfile:
|
||||
dest: /etc/nginx/nginx.conf
|
||||
path: /etc/nginx/nginx.conf
|
||||
regexp: "user nginx;"
|
||||
line: "user www-data;"
|
||||
when: system_architecture.stdout == "aarch64" and ansible_os_family == "Debian"
|
||||
|
Loading…
Reference in New Issue
Block a user