Fix a syntax error in a task name (a missplaced double quote)
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Ludovic Poujol 2019-11-12 17:59:36 +01:00
parent dc162ec67f
commit 174bfa5ba0

View file

@ -37,7 +37,7 @@
regexp: "umask [0-9]+"
when: evolinux_root_umask
- name: "/usr/share/scripts" is present in root's PATH
- name: "/usr/share/scripts is present in root's PATH"
lineinfile:
dest: "/root/.profile"
line: "PATH=\"${PATH}:/usr/share/scripts\""