Skip to content

Commit

Permalink
improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick committed Jan 22, 2024
1 parent 99ac555 commit 1d7b16f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packer/ansible/roles/windows_common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- include: windows-enable-ps-logging.yml
- include: windows-enable-4688-cmd-line-audit.yml
- include: install_choco.yml
when: cloud_provider == "local"
# when: cloud_provider == "local"
- include: install_app_chocolatey.yml
with_items:
- "firefox"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
headers:
Content-Type: "application/x-www-form-urlencoded"
status_code: [ 200, 201 ]
timeout: 30
timeout: 120

- name: restart splunk
service: name=splunk state=restarted
Expand Down

0 comments on commit 1d7b16f

Please sign in to comment.