Skip to content

Commit

Permalink
fixup! Allow Alloy to Create Config File directly from File
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoub.berhili authored and aybrl-edu committed Oct 24, 2024
1 parent ab4439c commit fc85078
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions roles/alloy/tasks/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@
when: alloy_config_file is not defined or alloy_config_file == ""
notify: restart alloy

- name: Template Alloy config - /etc/alloy/config.alloy
ansible.builtin.template:
src: "config.alloy.j2"
dest: "/etc/alloy/config.alloy"
owner: "root"
group: "root"
mode: "0644"
notify: restart alloy

- name: Add the Alloy system user to additional group
ansible.builtin.user:
name: "alloy"
Expand Down

0 comments on commit fc85078

Please sign in to comment.