From 6ef0384dbf42463f49a765b6afa2f7f19a526c10 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Thu, 11 Feb 2021 20:16:23 -0600 Subject: [PATCH] Fix permissions. --- tasks/general/scripts/root.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/tasks/general/scripts/root.yml b/tasks/general/scripts/root.yml index fed3a47..5e1e782 100644 --- a/tasks/general/scripts/root.yml +++ b/tasks/general/scripts/root.yml @@ -1,7 +1,7 @@ --- # Create file to easily push git changes and call SCM. -- name: General | Scripts | Root | Call SCM +- name: General | Scripts | Root | scm.sh blockinfile: path: /root/scm.sh block: | @@ -12,4 +12,9 @@ marker_begin: "!{{ bash_exec.stdout }}" state: present create: yes - backup: yes \ No newline at end of file + backup: yes + +- name: General | Scripts | Root | scm.sh Permissions + file: + path: /root/scm.sh + mode: '0755' \ No newline at end of file