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

license file not being copied for ee #84

Open
Boes-man opened this issue Jan 2, 2020 · 0 comments
Open

license file not being copied for ee #84

Boes-man opened this issue Jan 2, 2020 · 0 comments

Comments

@Boes-man
Copy link

Boes-man commented Jan 2, 2020

roles/dcos_bootstrap/tasks/main.yml

  • name: "Place the license.txt file in the genconf directory (EE Only)"
    copy:
    src: "{{ dcos['license_file'] }}"
    dest: "{{ download_path }}/genconf/license.txt"
    mode: 0644
    when: dcos['enterprise_dcos'] and dcos['license_file']
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

No branches or pull requests

1 participant