global: add newline at end of file

This commit re-add a newline at end of files when it's missing.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/4384/head
Guillaume Abrioux 2019-08-22 20:29:40 +02:00
parent 011270ca69
commit 5986b26a01
18 changed files with 18 additions and 18 deletions

View File

@ -71,4 +71,4 @@
ceph_key:
state: fetch_initial_keys
cluster: "{{ cluster }}"
ignore_errors: true
ignore_errors: true

View File

@ -36,4 +36,4 @@
dest: "{{ localtempfile.path }}"
fail_on_missing: no
flat: no
with_items: "{{ ceph_collect.files }}"
with_items: "{{ ceph_collect.files }}"

View File

@ -49,4 +49,4 @@ keys:
- { name: client.test, caps: { mon: "allow r", osd: "allow class-read object_prefix rbd_children, allow rwx pool=test, osd blacklist" }, mode: "{{ ceph_keyring_permissions }}" }
- { name: client.test2, caps: { mon: "allow r", osd: "allow class-read object_prefix rbd_children, allow rwx pool=test2, osd blacklist" }, mode: "{{ ceph_keyring_permissions }}" }
#ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }
#ceph_nfs_ceph_user: { name: client.rgw.nfs0, key: 'SECRET==', caps: { mon: "allow rw", osd: "allow rwx" }, mode: "{{ ceph_keyring_permissions }}" }

View File

@ -4,4 +4,4 @@
repo: "deb {{ ceph_custom_repo }} {{ ansible_distribution_release }} main"
state: present
update_cache: no
notify: update apt cache if a repo was added
notify: update apt cache if a repo was added

View File

@ -10,4 +10,4 @@
repo: "deb {{ ceph_stable_repo_uca }} {{ ceph_stable_release_uca }} main"
state: present
update_cache: no
notify: update apt cache if a repo was added
notify: update apt cache if a repo was added

View File

@ -4,4 +4,4 @@
pkg: "{{ debian_ceph_pkgs | unique }}"
state: "{{ (upgrade_ceph_packages|bool) | ternary('latest','present') }}"
register: result
until: result is succeeded
until: result is succeeded

View File

@ -4,4 +4,4 @@
name: storage-cluster
state: present
register: result
until: result is succeeded
until: result is succeeded

View File

@ -1,4 +1,4 @@
---
- name: include pre_requisites/prerequisites.yml
include_tasks: pre_requisites/prerequisites.yml
when: not is_atomic
when: not is_atomic

View File

@ -36,4 +36,4 @@
enabled: yes
tags:
with_pkg
when: container_service_name == 'docker'
when: container_service_name == 'docker'

View File

@ -1 +1 @@
---
---

View File

@ -1 +1 @@
---
---

View File

@ -18,4 +18,4 @@
- "/var/lib/ceph/bootstrap-rgw/{{ cluster }}.keyring"
- "/var/lib/ceph/bootstrap-mds/{{ cluster }}.keyring"
- "/var/lib/ceph/bootstrap-rbd/{{ cluster }}.keyring"
- "/var/lib/ceph/bootstrap-mgr/{{ cluster }}.keyring"
- "/var/lib/ceph/bootstrap-mgr/{{ cluster }}.keyring"

View File

@ -24,4 +24,4 @@
state: started
enabled: yes
daemon_reload: yes
failed_when: false
failed_when: false

View File

@ -1,3 +1,3 @@
---
- name: include check_running_cluster.yml
include: check_running_cluster.yml
include: check_running_cluster.yml

View File

@ -13,4 +13,4 @@
state: started
enabled: yes
daemon_reload: yes
failed_when: false
failed_when: false

View File

@ -154,4 +154,4 @@ ceph_osd_numactl_opts: ""
###########
nb_retry_wait_osd_up: 60
delay_wait_osd_up: 10
delay_wait_osd_up: 10

View File

@ -20,4 +20,4 @@
CEPH_CONTAINER_BINARY: "{{ container_binary }}"
PYTHONIOENCODING: utf-8
with_items: "{{ lvm_volumes }}"
tags: prepare_osd
tags: prepare_osd

View File

@ -9,4 +9,4 @@
state: restarted
with_items:
- 'alertmanager'
- 'prometheus'
- 'prometheus'