Home
last modified time | relevance | path

Searched refs:check_update_output (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/packaging/os/
H A Dyum.py1168 def parse_check_update(check_update_output): argument
1185 out = re.sub(r'\n[^\w]\W+(.*)', r' \1', check_update_output)
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/modules/
H A Dyum.py1197 def parse_check_update(check_update_output): argument
1214 out = re.sub(r'\n[^\w]\W+(.*)', r' \1', check_update_output)
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/modules/
H A Dyum.py1223 def parse_check_update(check_update_output): argument
1240 out = re.sub(r'\n[^\w]\W+(.*)', r' \1', check_update_output)