From 9d04b8ca8b57c820750ea70aa81b0a9dd9b8d94c Mon Sep 17 00:00:00 2001 From: Guillaume Abrioux Date: Thu, 24 Sep 2020 04:20:34 +0200 Subject: [PATCH] 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 (cherry picked from commit f906caa6dada4a88bfaca1ab9a42ed63358e8ae3) --- infrastructure-playbooks/ansible.cfg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 infrastructure-playbooks/ansible.cfg 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 -- 2.39.5