From 2e5a5927eefde30d9ed6a03552f925fa1d810279 Mon Sep 17 00:00:00 2001 From: Decfox Date: Sun, 21 Jul 2024 12:42:58 +0530 Subject: [PATCH] fix: revert to previous config and add roles path --- ansible/roles/ansible_controller/tasks/main.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/roles/ansible_controller/tasks/main.yml b/ansible/roles/ansible_controller/tasks/main.yml index f7d9227f..7e70c7aa 100644 --- a/ansible/roles/ansible_controller/tasks/main.yml +++ b/ansible/roles/ansible_controller/tasks/main.yml @@ -9,7 +9,6 @@ - "python3-boto3" - "tmux" - "vim" - - "acl" state: "latest" update_cache: "yes" @@ -44,7 +43,7 @@ become: yes become_user: ubuntu ansible.builtin.shell: - cmd: ansible-galaxy install -r requirements.yml + cmd: ansible-galaxy install -p /etc/ansible/roles -r requirements.yml chdir: /srv/devops/ansible - name: set global gitconfig for each user