From: Adam Kraitman Date: Sun, 25 Jul 2021 14:12:44 +0000 (+0300) Subject: Fixed indentation on rook-os-update.yml X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7b380467bffc3576d603dae78830a6cfcc97369f;p=ceph-cm-ansible.git Fixed indentation on rook-os-update.yml Signed-off-by: Adam Kraitman --- diff --git a/roles/rook/tasks/rook-os-update.yml b/roles/rook/tasks/rook-os-update.yml index 2739cc9..22b2ffa 100644 --- a/roles/rook/tasks/rook-os-update.yml +++ b/roles/rook/tasks/rook-os-update.yml @@ -8,15 +8,15 @@ - name: Take a image of the master ec2_ami: - aws_access_key: "{{ aws_access_key }}" - aws_secret_key: "{{ aws_secret_key }}" - instance_id: "{{ master_metadata.instances[0].instance_id }}" - no_reboot: yes - wait: yes - wait_timeout: 3000 - name: "{{ master_name }}-{{ ansible_date_time.date }}" - tags: - Name: "{{ master_name }}-{{ ansible_date_time.date }}" + aws_access_key: "{{ aws_access_key }}" + aws_secret_key: "{{ aws_secret_key }}" + instance_id: "{{ master_metadata.instances[0].instance_id }}" + no_reboot: yes + wait: yes + wait_timeout: 3000 + name: "{{ master_name }}-{{ ansible_date_time.date }}" + tags: + Name: "{{ master_name }}-{{ ansible_date_time.date }}" - name: Update apt cache command: ssh -i "{{ rook_key }}" ubuntu@"{{ master_metadata.instances[0].public_dns_name }}" sudo apt-get update