Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilby59 committed Feb 22, 2024
1 parent 066d063 commit 81e2763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/roles/cgroups/tasks/main.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
- name: Create directory for user cgroup config
ansible.builtin.file:
path: /etc/systemd/system/user@.server.d
path: /etc/systemd/system/user@.service.d
state: directory
mode: 0755
become: true

- name: Copy user cgroup config
ansible.builtin.copy:
src: user-resources.conf
dest: /etc/systemd/system/user@.server.d/user-resources.conf
dest: /etc/systemd/system/user@.service.d/user-resources.conf
mode: 0755
become: true

0 comments on commit 81e2763

Please sign in to comment.