Skip to content

Remove 'debian | ubuntu | check if oracle license is already accepted' #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 19, 2017
Merged

Remove 'debian | ubuntu | check if oracle license is already accepted' #42

merged 1 commit into from
May 19, 2017

Conversation

cwardgar
Copy link

The task is unnecessary; it only saves us from running 'debian | set license as accepted'.
However, that task is already idempotent; if the license is already accepted, it does nothing.

Furthermore, the deleted task was problematic because it used 'debconf-get-selections', which
might not be installed (it wasn't for me in Ubuntu 16.04). Rather than installing 'debconf-utils',
why not just nuke the useless task?

The task is unnecessary; it only saves us from running 'debian | set license as accepted'.
However, that task is already idempotent; if the license is already accepted, it does nothing.

Furthermore, the deleted task was problematic because it used 'debconf-get-selections', which
might not be installed (it wasn't for me in Ubuntu 16.04). Rather than installing 'debconf-utils',
why not just nuke the useless task?
@steenzout steenzout merged commit 15d2da0 into ansiblebit:master May 19, 2017
@steenzout
Copy link
Member

sure.

thank you!

@cwardgar cwardgar deleted the remove-license-check branch September 22, 2017 23:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants