Commit ee401a8a authored by Simon Cornet's avatar Simon Cornet
Browse files

feat: remove unused block

parent dcc03188
Loading
Loading
Loading
Loading
Loading
+9 −21
Original line number Diff line number Diff line
@@ -6,13 +6,9 @@
  become: true
  tasks:

    # update cluster
    - name: "update cluster"
      tags: "update-cluster"
      block:

    # enter ceph maintenance mode
    - name: "set ceph enter maintenance mode"
      tags: "update-cluster"
      ansible.builtin.import_tasks: "tasks/ceph/enter-maint.yaml"


@@ -23,13 +19,9 @@
  serial: 1
  tasks:

    # update cluster
    - name: "update cluster"
      tags: "update-cluster"
      block:

    # update proxmox cluster
    - name: "update proxmox cluster nodes"
      tags: "update-cluster"
      ansible.builtin.import_tasks: "tasks/proxmox/update-node.yaml"


@@ -39,11 +31,7 @@
  become: true
  tasks:

    # update cluster
    - name: "update cluster"
      tags: "update-cluster"
      block:

    # exit ceph maintenance mode
    - name: "exit ceph maintenance mode"
      tags: "update-cluster"
      ansible.builtin.import_tasks: "tasks/ceph/exit-maint.yaml"