j0k3r on master
Bump @babel/preset-env from 7.1… Merge pull request #5882 from w… (compare)
j0k3r on npm_and_yarn
[root@archlinux wallabag]# php74 bin/console cache:clear --env=prod
// Clearing the cache for the prod
// environment with debug false
[OK] Cache for the "prod" environment (debug=false)
was successfully cleared.
I've just finished to develop an ansible role and playbook that offer to install Wallabag. I'm trying to follow the best practices of ansible playbooks and to make each task idempotent. I have a problem with a task that is changing the default password of the default user already created (user: wallabag
, password: wallabag
). This task is indeed idempotent, but is always reported as changed.
I'm trying to find a solution to avoid this task to be reported as changed each time. The only way I can imagine is to delete this default user. Is it possible to delete this default wallabag
user, as it is an admin user? And by the way, I can't find any way to delete a user using the default console commands.
ps aux | grep [h]ttpd
or ps aux | grep [a]pache
will tell you which it needs to be.
ps aux | grep [p]hp
will tell you what user that has to be.
sudo chown -R <whoever it has to be> /usr/share/webapps/wallabag/web/uploads/import
and try importing again.
TASK [postgresql db] bin dev entrypoint.sh etc home lib media mnt opt proc root run sbin srv sys tmp usr var An exception occurred during task execution. To see the full traceback, use -vvv. The error was: psycopg2.OperationalError: fe_sendauth: no password supplied fatal: [localhost]: FAILED! => {"changed": false, "msg": "unable to connect to database: fe_sendauth: no password