From: Guillaume Abrioux Date: Thu, 24 Sep 2020 02:20:34 +0000 (+0200) Subject: ansible.cfg: remove cfg file in infrastructure-playbooks X-Git-Tag: v6.0.0alpha2~20 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f906caa6dada4a88bfaca1ab9a42ed63358e8ae3;p=ceph-ansible.git ansible.cfg: remove cfg file in infrastructure-playbooks There's no need ot have a copy of this file in infrastructure-playbooks directory. playbooks in that directory can be run from the root dir of ceph-ansible. Signed-off-by: Guillaume Abrioux --- diff --git a/infrastructure-playbooks/ansible.cfg b/infrastructure-playbooks/ansible.cfg deleted file mode 100644 index 20373dc95..000000000 --- a/infrastructure-playbooks/ansible.cfg +++ /dev/null @@ -1,6 +0,0 @@ -[defaults] -ansible_managed = Please do not change this file directly since it is managed by Ansible and will be overwritten -action_plugins = ../plugins/actions -callback_plugins = ../plugins/callback -roles_path = ../roles -force_valid_group_names = ignore \ No newline at end of file