ansible-tips-and-tricks
ansible-tips-and-tricks copied to clipboard
Tips and Tricks for using Ansible
https://ansible-tips-and-tricks.readthedocs.io/en/latest/os-dependent-tasks/installing_packages/ has obsolete instructions for ansible_pkg_mgr resulting in: TASK [install basic packages] ************************************************************* [DEPRECATION WARNING]: Invoking "{{ ansible_pkg_mgr }}" only once while using a loop via squash_actions is deprecated. Instead...
I'm beginning to learn Ansible and am reading a variety of resources to get me started. At some point I came across this repo and the associated wiki. As I...