Only update apt-cache when needed Instead of always updating the apt cache, leverage the 'update_cache' method during the apt install task. Prior to this patch, every run of this role resulted in a "changed" state. This patch will clean up that report to only be "changed" when this actually did indeed change (as updating the apt-cache isn't a meaningful "change"). use apt_repository instead of file copymaster
parent
d71408980d
commit
31dc523832
@ -1 +0,0 @@
|
||||
deb https://apt.dockerproject.org/repo debian-jessie main
|
||||
Loading…
Reference in new issue