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

role の引数を <role_name>__args という dict で表現する #14

Closed
pollenjp opened this issue Dec 8, 2023 · 0 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@pollenjp
Copy link
Owner

pollenjp commented Dec 8, 2023

- name: Include role
  ansible.builtin.include_role:
    name: samle
  vars:
    samle_role__args:
        var1: "VAR1"
        var2: "VAR2"
        var3: "VAR3"
@pollenjp pollenjp self-assigned this Dec 8, 2023
@pollenjp pollenjp added the enhancement New feature or request label Dec 8, 2023
pollenjp added a commit that referenced this issue Dec 9, 2023
@pollenjp pollenjp closed this as completed Dec 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

1 participant