tkurki / marinepi-provisioning

Ansible provisioning scripts to set up a Raspberry Pi for marine use
Apache License 2.0
45 stars 21 forks source link

Use apt without looping #56

Closed mairas closed 5 years ago

mairas commented 5 years ago

The "with_items" approach caused some deprecation warnings - this PR uses the approach given in the Ansible documentation.

chacal commented 5 years ago

50a42e06c41dffb405c46dc80ef9cb35811baac3 looks good. 👍 Two other commits are already included in https://github.com/tkurki/marinepi-provisioning/pull/55, yes? Maybe we should merge that first and rebase this on top of the new master afterwards?

mairas commented 5 years ago

Ah yes, intended to make all PRs independent but was a bit sloppy. Let's work from the oldest onwards.

chacal commented 5 years ago

Looks good, thanks! 👍