From 22145a29b206a36671d2892a5fb23bb4a18cb852 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Sun, 20 Jun 2021 15:38:53 +0200 Subject: [PATCH] whitespaces --- etc-git/tasks/commit.yml | 10 ++++------ etc-git/tasks/do_commit.yml | 1 - 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/etc-git/tasks/commit.yml b/etc-git/tasks/commit.yml index db167f5d..4bcf8e5c 100644 --- a/etc-git/tasks/commit.yml +++ b/etc-git/tasks/commit.yml @@ -9,10 +9,8 @@ vars: git_folder: "/etc" when: - - _etc_git.stat.exists - - _etc_git.stat.isdir - - + - _etc_git.stat.exists + - _etc_git.stat.isdir - name: Is /usr/share/scripts a git repository stat: @@ -23,5 +21,5 @@ vars: git_folder: "/usr/share/scripts" when: - - _usr_share_scripts_git.stat.exists - - _usr_share_scripts_git.stat.isdir + - _usr_share_scripts_git.stat.exists + - _usr_share_scripts_git.stat.isdir diff --git a/etc-git/tasks/do_commit.yml b/etc-git/tasks/do_commit.yml index 806aefd2..6b09eaaf 100644 --- a/etc-git/tasks/do_commit.yml +++ b/etc-git/tasks/do_commit.yml @@ -5,7 +5,6 @@ name: remount-usr when: git_folder is match('/usr/.*') - - name: "is {{ git_folder }} clean?" command: git status --porcelain args: