Ensure an up-to-date Ansible repo on all boxes

This commit is contained in:
Salt 2021-02-03 01:25:51 -06:00
parent 208f4ec836
commit f8d075da22

View File

@ -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: