Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ansible 4 가 2021년 5월에 릴리스되었습니다.

그런데 코어 모듈 이름을 ansible-base 에서 ansible-core 로 변경해서 업그레이드하려면 예전 버전을 삭제하고 새로 설치해야 합니다.


pip uninstall ansible-base
pip install ansible-core
  • No labels