Skip to content

Commit

Permalink
Update submodules and add versionscheck
Browse files Browse the repository at this point in the history
  • Loading branch information
DO1JLR committed Jan 14, 2021
1 parent b99896c commit cf2207a
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@
[submodule "roles/postfix"]
path = roles/postfix
url = https://github.com/DO1JLR/ansible_roler_postfix.git
[submodule "roles/do1jlr.ansible_version"]
path = roles/do1jlr.ansible_version
url = https://github.com/roles-ansible/role_ansible-version.git
1 change: 1 addition & 0 deletions roles/do1jlr.ansible_version
Submodule do1jlr.ansible_version added at ec7956
2 changes: 1 addition & 1 deletion roles/robertdebock.dovecot
2 changes: 1 addition & 1 deletion roles/robertdebock.fail2ban
5 changes: 5 additions & 0 deletions site.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
---
- name: check if ansible is not to old
hosts: localhost
roles:
- { role: do1jlr.ansible_version, tags: [default,version,default], gather_facts: no}


- name: general roles for all hosts
hosts: all
Expand Down

0 comments on commit cf2207a

Please sign in to comment.