Repository: couchdb-ci Updated Branches: refs/heads/master 8c21ee225 -> 50e760ff6
Further revert deprecation warning Project: http://git-wip-us.apache.org/repos/asf/couchdb-ci/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-ci/commit/50e760ff Tree: http://git-wip-us.apache.org/repos/asf/couchdb-ci/tree/50e760ff Diff: http://git-wip-us.apache.org/repos/asf/couchdb-ci/diff/50e760ff Branch: refs/heads/master Commit: 50e760ff67716f00d9534dc33cadb6f3ea63854c Parents: 8c21ee2 Author: Joan Touzet <[email protected]> Authored: Fri Oct 13 22:54:12 2017 -0700 Committer: Joan Touzet <[email protected]> Committed: Fri Oct 13 22:54:12 2017 -0700 ---------------------------------------------------------------------- ansible/roles/common/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb-ci/blob/50e760ff/ansible/roles/common/tasks/main.yml ---------------------------------------------------------------------- diff --git a/ansible/roles/common/tasks/main.yml b/ansible/roles/common/tasks/main.yml index f8a8d11..a210471 100644 --- a/ansible/roles/common/tasks/main.yml +++ b/ansible/roles/common/tasks/main.yml @@ -15,7 +15,7 @@ # specific language governing permissions and limitations # under the License. -- import_tasks: couchdb.yml +- include: couchdb.yml - name: copy build sudoers file copy:
