mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-25 09:00:26 +00:00
Update main.yml
This commit is contained in:
parent
38d3d70486
commit
6039b5dc5e
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
- name: Change user on ubuntu arm
|
||||
lineinfile:
|
||||
path: /etc/nginx/nginx.conf
|
||||
regexp: "user nginx;"
|
||||
regexp: "user nginx;"
|
||||
line: "user www-data;"
|
||||
when: system_architecture.stdout == "aarch64" and ansible_os_family == "Debian"
|
||||
|
||||
|
|
Loading…
Reference in a new issue