You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ansible version: 2.6.18
Role version: 2.5.1
Exception is thrown when running tests t_config test suite on generic/ubuntu1904:
TASK [haxorof.docker_ce : Add Docker CE repository with correct channels (Ubuntu/Debian)] ***
Friday 26 July 2019 12:00:04 +0000 (0:00:00.172) 0:00:43.391 ***********
fatal: [test-host]: FAILED! => {"changed": false, "module_stderr": "Shared connection to 192.168.56.21 closed.\r\n", "module_stdout": "Traceback (most recent call last):\r\n File \"/tmp/ansible_ivyeh51b/ansible_module_apt_repository.py\", line 187, in __iter__\r\n raise StopIteration\r\nStopIteration\r\n\r\nThe above exception was the direct cause of the following exception:\r\n\r\nTraceback (most recent call last):\r\n File \"/tmp/ansible_ivyeh51b/ansible_module_apt_repository.py\", line 550, in <module>\r\n main()\r\n File \"/tmp/ansible_ivyeh51b/ansible_module_apt_repository.py\", line 518, in main\r\n sourceslist.add_source(repo)\r\n File \"/tmp/ansible_ivyeh51b/ansible_module_apt_repository.py\", line 436, in add_source\r\n self._add_valid_source(source, comment, file)\r\n File \"/tmp/ansible_ivyeh51b/ansible_module_apt_repository.py\", line 349, in _add_valid_source\r\n for filename, n, enabled, source, comment in self:\r\nRuntimeError: generator raised StopIteration\r\n", "msg": "MODULE FAILURE", "rc": 1}
The text was updated successfully, but these errors were encountered:
Ansible version:
2.6.18
Role version:
2.5.1
Exception is thrown when running tests
t_config
test suite ongeneric/ubuntu1904
:The text was updated successfully, but these errors were encountered: