]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Fixed indentation on rook-os-update.yml 641/head
authorAdam Kraitman <akraitma@redhat.com>
Sun, 25 Jul 2021 14:12:44 +0000 (17:12 +0300)
committerAdam Kraitman <akraitma@redhat.com>
Mon, 26 Jul 2021 10:59:24 +0000 (13:59 +0300)
Signed-off-by: Adam Kraitman <akraitma@redhat.com>
roles/rook/tasks/rook-os-update.yml

index 2739cc921e25b4a51f51f3d9bd8d8d60b3ef86bf..22b2ffa42d51dcb7bd6e1a9252fd01123a00a95d 100644 (file)
@@ -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