X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=ocd%2Finfra%2Fplaybooks%2Froles%2Frabbitmq%2Ftasks%2Finstall.yml;h=757b61613bc4fdf9d597be5fe60d16aa12a8a036;hb=9f74e23876b3421fa578246e8b3836aeefd81816;hp=f7ee3991275c1151202bf94045446995ceaf00ea;hpb=246be669d7a8109bfc7ce3d7101268a248854be4;p=ealt-edge.git diff --git a/ocd/infra/playbooks/roles/rabbitmq/tasks/install.yml b/ocd/infra/playbooks/roles/rabbitmq/tasks/install.yml index f7ee399..757b616 100644 --- a/ocd/infra/playbooks/roles/rabbitmq/tasks/install.yml +++ b/ocd/infra/playbooks/roles/rabbitmq/tasks/install.yml @@ -19,18 +19,18 @@ register: result ignore_errors: true -- name: copy common folder to host +- name: copy common folder to host for rabbitmg installation copy: src: common dest: /tmp/rabbitmq/ when: result is failed -- name: Install common +- name: Install common for rabbitmg installation shell: cmd: kubectl apply -f /tmp/rabbitmq/common when: result is failed -- name: copy statefulset_x86.yaml to host +- name: copy statefulset_x86.yaml to host for rabbitmg installation copy: src: statefulset_x86.yaml dest: /tmp/rabbitmq/ @@ -41,7 +41,7 @@ cmd: kubectl apply -f /tmp/rabbitmq/statefulset_x86.yaml when: result is failed and ansible_architecture == 'x86_64' -- name: copy statefulset_arm.yaml to host +- name: copy statefulset_arm.yaml to host for rabbitmg installation copy: src: statefulset_arm.yaml dest: /tmp/rabbitmq/