Home
last modified time | relevance | path

Searched refs:notified_hosts (Results 1 – 9 of 9) sorted by relevance

/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/playbook/
H A Dhandler.py32 self.notified_hosts = []
49 self.notified_hosts.append(host)
54 return host in self.notified_hosts
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/playbook/
H A Dhandler.py32 self.notified_hosts = []
49 self.notified_hosts.append(host)
54 return host in self.notified_hosts
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/playbook/
H A Dhandler.py32 self.notified_hosts = []
49 self.notified_hosts.append(host)
54 return host in self.notified_hosts
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/plugins/strategy/
H A D__init__.py997 if handler.notified_hosts:
1010 if notified_hosts is None:
1011 notified_hosts = handler.notified_hosts[:]
1015 notified_hosts = self._filter_notified_hosts(notified_hosts)
1016 notified_hosts += failed_hosts
1018 if len(notified_hosts) > 0:
1032 for host in notified_hosts:
1087 handler.notified_hosts = [
1088 h for h in handler.notified_hosts
1089 if h not in notified_hosts]
[all …]
H A Dfree.py53 def _filter_notified_failed_hosts(self, iterator, notified_hosts): argument
56 return [host for host in notified_hosts if iterator.is_failed(host)]
58 def _filter_notified_hosts(self, notified_hosts): argument
64 return [host for host in notified_hosts
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/plugins/strategy/
H A D__init__.py990 if handler.notified_hosts:
1003 if notified_hosts is None:
1004 notified_hosts = handler.notified_hosts[:]
1008 notified_hosts = self._filter_notified_hosts(notified_hosts)
1009 notified_hosts += failed_hosts
1011 if len(notified_hosts) > 0:
1025 for host in notified_hosts:
1080 handler.notified_hosts = [
1081 h for h in handler.notified_hosts
1082 if h not in notified_hosts]
[all …]
H A Dfree.py53 def _filter_notified_failed_hosts(self, iterator, notified_hosts): argument
56 return [host for host in notified_hosts if iterator.is_failed(host)]
58 def _filter_notified_hosts(self, notified_hosts): argument
64 return [host for host in notified_hosts
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/plugins/strategy/
H A D__init__.py984 if handler.notified_hosts:
997 if notified_hosts is None:
998 notified_hosts = handler.notified_hosts[:]
1000 notified_hosts = self._filter_notified_hosts(notified_hosts)
1002 if len(notified_hosts) > 0:
1019 for host in notified_hosts:
1074 handler.notified_hosts = [
1075 h for h in handler.notified_hosts
1076 if h not in notified_hosts]
1080 def _filter_notified_hosts(self, notified_hosts): argument
[all …]
H A Dfree.py53 def _filter_notified_hosts(self, notified_hosts): argument
59 return [host for host in notified_hosts