Skip to content

Commit

Permalink
do not hard-code the created username to plone, use the one set in th…
Browse files Browse the repository at this point in the history
…e .env file
  • Loading branch information
erral committed Oct 7, 2024
1 parent 314a3e1 commit 1a587ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
users:
default:
name: plone
name: "{{ lookup('ansible.builtin.env', 'DEPLOY_USER') }}"
group: sudo
additional_keys: []

0 comments on commit 1a587ba

Please sign in to comment.