diff --git a/README.md b/README.md index 56c5e2d..1b10fe4 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For any external server, you just need to be able to access the database with yo ``` php_telegram_bot_composer_package: noplanman/telegram-bot-manager php_telegram_bot_composer_version: '' -php_telegram_bot_mysql_structure: vendor/longman/telegram-bot/structure.sql +php_telegram_bot_mysql_structure: vendor/php-telegram-bot/structure.sql php_telegram_bot_websrv_user: www-data php_telegram_bot_websrv_group: www-data diff --git a/defaults/main.yml b/defaults/main.yml index bb4079e..80ffa35 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1,7 +1,7 @@ --- php_telegram_bot_composer_package: noplanman/telegram-bot-manager php_telegram_bot_composer_version: '' -php_telegram_bot_mysql_structure: vendor/longman/telegram-bot/structure.sql +php_telegram_bot_mysql_structure: vendor/php-telegram-bot/structure.sql php_telegram_bot_websrv_user: www-data php_telegram_bot_websrv_group: www-data diff --git a/templates/manager.default.php.j2 b/templates/manager.default.php.j2 index 0f8d063..dee6254 100644 --- a/templates/manager.default.php.j2 +++ b/templates/manager.default.php.j2 @@ -1,8 +1,8 @@