Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when installing on Linux #57

Open
thanhtoan1196 opened this issue May 1, 2021 · 2 comments
Open

Error when installing on Linux #57

thanhtoan1196 opened this issue May 1, 2021 · 2 comments

Comments

@thanhtoan1196
Copy link

thanhtoan1196 commented May 1, 2021

Error when installing on ubuntu
Logs:

root@f7f25d74ee8e:/Users/toan/Desktop/ruby/main-backend# kimurai setup localhost --local 

PLAY [all] *****************************************************************************************************************************************************************************

TASK [Gathering Facts] *****************************************************************************************************************************************************************
ok: [localhost]

TASK [Update apt cache] ****************************************************************************************************************************************************************
changed: [localhost]

TASK [Install base packages] ***********************************************************************************************************************************************************
[DEPRECATION WARNING]: Invoking "apt" only once while using a loop via squash_actions is deprecated. Instead of using a loop to supply multiple items and specifying `pkg: "{{ item 
}}"`, please use `pkg: ['xvfb', 'libsqlite3-dev', 'sqlite3', 'mongodb-clients', 'mysql-client', 'libmysqlclient-dev', 'postgresql-client', 'libpq-dev']` and remove the loop. This 
feature will be removed in version 2.11. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
failed: [localhost] (item=['xvfb', 'libsqlite3-dev', 'sqlite3', 'mongodb-clients', 'mysql-client', 'libmysqlclient-dev', 'postgresql-client', 'libpq-dev']) => {"changed": false, "item": ["xvfb", "libsqlite3-dev", "sqlite3", "mongodb-clients", "mysql-client", "libmysqlclient-dev", "postgresql-client", "libpq-dev"], "msg": "No package matching 'mongodb-clients' is available"}
        to retry, use: --limit @/usr/local/bundle/gems/kimurai-1.4.0/lib/kimurai/automation/setup.retry

PLAY RECAP *****************************************************************************************************************************************************************************
localhost                  : ok=2    changed=1    unreachable=0    failed=1   
@sebastian-palma
Copy link

What's your Ubuntu version?

@thanhtoan1196 thanhtoan1196 changed the title Error when installing on ubuntu Error when installing on Linux May 2, 2021
@thanhtoan1196
Copy link
Author

@sebastian-palma I use docker image ruby:2.7.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants