ansible-rails icon indicating copy to clipboard operation
ansible-rails copied to clipboard

Update

Open pragmaticivan opened this issue 10 years ago • 5 comments

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

pragmaticivan avatar Jul 20 '15 22:07 pragmaticivan

Is that fine? is the time for unattended upgrades doing that?

pragmaticivan avatar Jul 20 '15 22:07 pragmaticivan

I'm just doing the update and the upgrade is done when Unattended Upgrade runs.

infoslack avatar Jul 20 '15 23:07 infoslack

The ideal would be to update && upgrade before starting the installation. But I did not :disappointed:

infoslack avatar Jul 20 '15 23:07 infoslack

ok, thanks.

pragmaticivan avatar Jul 20 '15 23:07 pragmaticivan

PR is welcome :+1:

infoslack avatar Jul 21 '15 00:07 infoslack