From f8d075da22bbcc1042b93bda58485e64d017ffcf Mon Sep 17 00:00:00 2001 From: Salt Date: Wed, 3 Feb 2021 01:25:51 -0600 Subject: [PATCH] Ensure an up-to-date Ansible repo on all boxes --- site.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/site.yml b/site.yml index 65a2e2c..9a33cb2 100755 --- a/site.yml +++ b/site.yml @@ -8,6 +8,12 @@ tags: [ common ] - role: ansible-pull tags: [ ansible, common ] + - role: git + vars: + git_repos: + - repo: "{{ ansible_pull_repo }}" + dest: /etc/ansible + tags: [ ansible, git, common ] # Import specific playbooks - hosts: prod vars_files: