No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

main.yml 334B

123456
  1. - name: import wallabag sql
  2. shell: PGPASSWORD='{{ wallabag_db_password }}' psql -h localhost -d {{ wallabag_db_database }} -U {{ wallabag_db_username }} -f /var/www/wallabag/install/postgres.sql --set ON_ERROR_STOP=1
  3. notify: remove install folder
  4. - name: remove install folder
  5. file: path=/var/www/wallabag/install state=absent