Commit 0b478c4e by ansible

no message

1 parent 207e82bb
---
- hosts: NewServer
- hosts: "{{ host }}"
become: true
vars:
dmapublishURL: 'publishUrl = https://{{ app_fqdn }}'
......
---
- hosts: NewServer
- hosts: "{{ host }}"
become: true
tasks:
- import_role:
......
---
- hosts: NewServer
- hosts: "{{ host }}"
become: true
vars:
pidlist: ""
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!