diff --git a/roles/php_website/tasks/main.yml b/roles/php_website/tasks/main.yml index 79badd10eecaab00605bc0aec986ccaff6d9977e..80bc8a2581e020ed57b7e0f66b3451e2ae86cf9d 100644 --- a/roles/php_website/tasks/main.yml +++ b/roles/php_website/tasks/main.yml @@ -11,7 +11,7 @@ name: "{{ admin }}" uid: "{{ admin_uid | default(omit) }}" group: "{{ user }}" - ansible.builtin.shell: /bin/bash + shell: /bin/bash createhome: true home: "{{ home }}" state: present @@ -37,7 +37,7 @@ # This is a workaround for a rather stupid bug that Debian seems # uninterested to backport - # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865762 - ansible.builtin.shell: /bin/sh + shell: /bin/sh - name: Add nginx user to website group ansible.builtin.user: