2017-09-25から1日間の記事一覧

ec2 に ansible で postgresql_db を使う時 python-psycopg2 インストールしてるのに {"failed": true "msg": "the python psycopg2 module is required"} と言われる

環境 ansible 2.3.2.0 OS AmazonLinux 多分17.03あたりの 現象 - yum: name=python-psycopg2 ... - postgresql_db: .... Error ansible {"failed": true "msg": "the python psycopg2 module is required"} 対策 python27-psyconpg2 に変えて動いてくれた - …