Skip to content
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

prevent tags from causing redundant dependency errors #568

Closed
trehn opened this issue Nov 27, 2020 · 1 comment
Closed

prevent tags from causing redundant dependency errors #568

trehn opened this issue Nov 27, 2020 · 1 comment

Comments

@trehn
Copy link
Member

trehn commented Nov 27, 2020

actions['wait_online_for_setup'] = {
    'triggered': True,
    'needed_by':   [
        'tag:setup.target',
    ],
}
actions['setup'] = {
    'preceded_by': [
        'action:wait_online_for_setup',
    ],
    'tags': [
        'setup.target',
    ],
}

results in

redundant dependency of action:setup in bundle 'foo' on action:wait_online_for_setup

@trehn
Copy link
Member Author

trehn commented Mar 24, 2021

fixed as of 76c7325

@trehn trehn closed this as completed Mar 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant