Merge branch 'moinmoin_gendoc' into 'newinfra'
Use ansible before/after convention for diff See merge request nounous/ansible!144certbot_on_virtu
commit
fa25780ce6
|
@ -150,7 +150,7 @@ class ActionModule(ActionBase):
|
||||||
except urllib.error.HTTPError: # We will create the page.
|
except urllib.error.HTTPError: # We will create the page.
|
||||||
raw = ""
|
raw = ""
|
||||||
|
|
||||||
diff = difflib.unified_diff(raw.splitlines(), content.splitlines(), fromfile="old", tofile="new", lineterm="")
|
diff = difflib.unified_diff(raw.splitlines(), content.splitlines(), fromfile="before", tofile=f"after: {url}", lineterm="")
|
||||||
i=0
|
i=0
|
||||||
|
|
||||||
# Display any change
|
# Display any change
|
||||||
|
|
Loading…
Reference in New Issue