You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the only ANXS playbook I've noted that runs update_cache while installing packages. I think it's better to depend on https://github.com/ANXS/apt (or not), which is able to check how recent the cache was updated, and save time. I noticed this because the speed difference had an impact on a slow connection.
- name: MySQL | Make sure the MySQL packages are installedapt:
pkg: "{{item}}"update_cache: yeswith_items: mysql_packages
The text was updated successfully, but these errors were encountered:
+1
This is the only role that has this on my end as well. It is generally done in a common role or in your playbook. The mysql role should only install, not update cache.
This is the only ANXS playbook I've noted that runs
update_cache
while installing packages. I think it's better to depend on https://github.com/ANXS/apt (or not), which is able to check how recent the cache was updated, and save time. I noticed this because the speed difference had an impact on a slow connection.The text was updated successfully, but these errors were encountered: