فهرست منبع

removed cleanup comment

Tzu-Mainn Chen 7 سال پیش
والد
کامیت
5cbed6a774
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      roles/openshift_openstack/tasks/populate-dns.yml

+ 0 - 1
roles/openshift_openstack/tasks/populate-dns.yml

@@ -12,7 +12,6 @@
     record: "{{ item.1.hostname }}"
     value: "{{ item.1.ip }}"
     type: "{{ item.1.type }}"
-    # TODO(shadower): add a cleanup playbook that removes these records, too!
     state: present
   with_subelements:
     - "{{ openshift_openstack_dns_records | default([]) }}"