mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update Ansible documentation (2.3.1)
This commit is contained in:
parent
6375f9008f
commit
fefca97207
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ module Docs
|
|||
class Ansible < UrlScraper
|
||||
self.name = 'Ansible'
|
||||
self.type = 'sphinx'
|
||||
self.release = '2.3.0'
|
||||
self.release = '2.3.1'
|
||||
self.base_url = 'https://docs.ansible.com/ansible/'
|
||||
self.links = {
|
||||
home: 'https://www.ansible.com/',
|
||||
|
|
Loading…
Reference in a new issue