From a89e16c44ee6d038e4f4cf435902e66558cc5cf4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Fri, 1 Sep 2023 00:26:13 +0200 Subject: sort module args, add missing state args, etc. --- roles/my_dotfiles/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/my_dotfiles/tasks/main.yml') diff --git a/roles/my_dotfiles/tasks/main.yml b/roles/my_dotfiles/tasks/main.yml index 9851658..0acdf65 100644 --- a/roles/my_dotfiles/tasks/main.yml +++ b/roles/my_dotfiles/tasks/main.yml @@ -1,8 +1,8 @@ - name: Pull repositories ansible.builtin.git: - accept_hostkey: true - dest: '{{ my_dotfiles_dir }}' repo: '{{ my_dotfiles_repo }}' + dest: '{{ my_dotfiles_dir }}' + accept_hostkey: true - name: Run setup.sh ansible.builtin.command: ./setup.sh -- cgit v1.2.3