diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-11-23 15:40:30 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-11-23 15:40:30 +0100 |
commit | e1fc6a114e23eafc709163d8e6e625c0db211fe5 (patch) | |
tree | 3eff1c9d6cb6385c3de21b3a546502d6e7c33f88 /roles/git | |
parent | d20aaecc99fb7950e4a4f01608ccfd4c6969e216 (diff) |
Upgrade syntax to Ansible 2.4.
Diffstat (limited to 'roles/git')
-rw-r--r-- | roles/git/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/git/tasks/main.yml b/roles/git/tasks/main.yml index e24402a..f65824e 100644 --- a/roles/git/tasks/main.yml +++ b/roles/git/tasks/main.yml @@ -1,4 +1,4 @@ -- include: gitolite.yml +- import_tasks: gitolite.yml tags: gitolite -- include: cgit.yml +- import_tasks: cgit.yml tags: cgit |