test jenkinsfile update for windows 1
This commit is contained in:
15
roles/display_hostname/tasks/main.yaml
Normal file
15
roles/display_hostname/tasks/main.yaml
Normal file
@ -0,0 +1,15 @@
|
||||
---
|
||||
|
||||
|
||||
tasks:
|
||||
|
||||
- name: Show some information
|
||||
become: true
|
||||
ansible.windows.win_command: |
|
||||
hostname
|
||||
whoami
|
||||
gpresult /v | find "DC=cosmos"
|
||||
|
||||
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user