I am automating Canonical Kubernetes installation using Ansible. The installation process requires snap in order to be present on the host.
Is there a standard way to install batch packages using Ansible?
There is still no binding module. You can install snap packages using the module command.
command
- name: install heroku cli via snap command: snap install heroku --classic
Source: https://habr.com/ru/post/1689307/More articles:Comparator like a lambda - lambdaembed spread operator during es7 declaration - javascriptЦитирование через набор записей для вывода отчета Ms-Access в файл pdf - vbaCreating and using a clean llvm toolchain for C ++ on linux - c ++What is the value of a 2D step in a convolution? - deep-learningHow to access certification from AWS in an ASP.NET web application (Core 2)? - certificateWhy doesn't GCC report an uninitialized variable? - c ++Struggling to keep a reference to table cells at run time - angularjsHow to draw on walls in Camera View android? - androidWhat is the best way to check if a Firestore entry exists if its path is known? - firebaseAll Articles