ansible-rails
ansible-rails copied to clipboard
Playbooks for Ansible provide a Ruby on Rails stack
Results
1
ansible-rails issues
Sort by
recently updated
recently updated
newest added
Update
5
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:...