ansible-rails
ansible-rails copied to clipboard
Update
I found out that you're using "unattended upgrades" but not forcing an update for at the first time like:
- name: Update apt cache
apt: update_cache=yes cache_valid_time=3600
- name: Upgrade existing linux packages
apt: upgrade=dist
Is that fine? is the time for unattended upgrades doing that?
I'm just doing the update and the upgrade is done when Unattended Upgrade runs.
The ideal would be to update && upgrade before starting the installation.
But I did not :disappointed:
ok, thanks.
PR is welcome :+1: