Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ansible が提供する lxc_container モジュールを使用して lxc コンテナーを作成しようとしています。lxc コンテナーを作成するだけの正確な Playbook タスクを教えてもらえますか?
上記のコメントの回答と重複した質問に基づいています。
モジュール lxc-python2 がインストールされていないことが原因で問題が発生しているようです。
また、投稿やデバッグ作業で見落としている他のエラーがあると思います。したがって、適用する手順は次のとおりです。
sudo apt-get install python-pip
pip install lxc-python2