Skip to content

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

Merged
steenzout merged 1 commit intoansiblebit:masterfrom
cwardgar:remove-license-check
May 19, 2017
Merged

Remove 'debian | ubuntu | check if oracle license is already accepted'#42
steenzout merged 1 commit intoansiblebit:masterfrom
cwardgar:remove-license-check

Conversation

@cwardgar
Copy link
Copy Markdown

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
Copy Markdown
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