Fix typo in directory
This commit is contained in:
parent
285427325b
commit
814960f180
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@
|
|||
- name: Create /etc/systemd/system.conf.d
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "/etc/system/system.conf.d"
|
||||
path: "/etc/systemd/system.conf.d"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
- name: Create /etc/systemd/system.conf.d/DefaultTimeoutStopSec.conf
|
||||
|
@ -27,7 +27,7 @@
|
|||
- name: Create /etc/systemd/user.conf.d
|
||||
become: true
|
||||
ansible.builtin.file:
|
||||
path: "/etc/system/user.conf.d"
|
||||
path: "/etc/systemd/user.conf.d"
|
||||
state: directory
|
||||
mode: '0755'
|
||||
- name: Create /etc/systemd/user.conf.d/DefaultTimeoutStopSec.conf
|
||||
|
|
Loading…
Reference in a new issue