Explorar el Código

Update Ansible documentation (2.3.1)

Thibaut Courouble hace 8 años
padre
commit
fefca97207
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/docs/scrapers/ansible.rb

+ 1 - 1
lib/docs/scrapers/ansible.rb

@@ -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/',