Skip to content

Commit

Permalink
fix: revert to previous config and add roles path
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Jul 21, 2024
1 parent 57ba419 commit 2e5a592
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ansible/roles/ansible_controller/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
- "python3-boto3"
- "tmux"
- "vim"
- "acl"
state: "latest"
update_cache: "yes"

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2e5a592

Please sign in to comment.