-
Notifications
You must be signed in to change notification settings - Fork 53
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
Windows upgrade and testing [WIP] #102
Conversation
|
@@ -8,23 +13,27 @@ | |||
path: '{{ base_windows_dir }}\etc\dcos-version.json' | |||
register: previous_installation | |||
|
|||
- name: Windows | Create dcos_installation.fact.ps1 | |||
win_copy: | |||
content: get-content {{ base_windows_dir }}\etc\ansible\facts.d\dcos_installation.fact -Raw | ConvertFrom-Json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the content of dcos_installaton.fact file will be available after task "Copy dcos-version.json to fact directory" . Therefore I don't recommend line 16 .. 22 to be added with anything
da23f05
to
21bfd97
Compare
21bfd97
to
8d1716f
Compare
as this deactivates spot instance usage I've created #107 tracking this as a bug |
fixes #101
Including facts does not work yet