mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 12:32:50 +08:00
9 lines
153 B
YAML
9 lines
153 B
YAML
---
|
|
- debug: msg="Deferring config"
|
|
|
|
- name: Start and enable openshift-master
|
|
service:
|
|
name: openshift-master
|
|
state: started
|
|
enabled: yes
|