Update main.yml

This commit is contained in:
qiaofeng1227 2023-05-08 15:35:11 +08:00 committed by GitHub
parent 38d3d70486
commit 6039b5dc5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"