add custom policy
All checks were successful
the build was successful

This commit is contained in:
Robert Kaussow 2019-01-09 20:16:12 +01:00
parent e4b9b7844c
commit 44bab95eaf
2 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@ pipeline:
pull: True
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
group: test
ansible-master:
@ -12,5 +13,6 @@ pipeline:
pull: True
commands:
- pip install ansible ansible-later -q
- git ls-files *[^LICENSE,.md] | xargs ansible-later
- git clone https://gitea.rknet.org/ansible/ansible-later-policy.git ~/policy
- git ls-files *[^LICENSE,.md] | xargs ansible-later -c ~/policy/config.ini
group: test