Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

APT repository setup fails on Debian Buster 10 #88

Closed
haxorof opened this issue Mar 10, 2019 · 0 comments
Closed

APT repository setup fails on Debian Buster 10 #88

haxorof opened this issue Mar 10, 2019 · 0 comments
Labels

Comments

@haxorof
Copy link
Owner

haxorof commented Mar 10, 2019

Ansible Version

2.5.15

Role Version

2.2.0

Role configuration

---
- name: Test default configuration
  hosts: test-host
  roles:
    - haxorof.docker-ce

Expected Behavior

Docker CE successfully installed

Actual Behavior

TASK [haxorof.docker-ce : Add Docker CE repository with correct channels (Ubuntu/Debian)] ***
Sunday 10 March 2019  13:38:51 +0000 (0:00:00.087)       0:00:46.331 ********** 
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_bpYO0K/ansible_module_apt_repository.py\", line 551, in <module>\r\n    main()\r\n  File \"/tmp/ansible_bpYO0K/ansible_module_apt_repository.py\", line 543, in main\r\n    cache.update()\r\n  File \"/usr/lib/python2.7/dist-packages/apt/cache.py\", line 549, in update\r\n    raise FetchFailedException(e)\r\napt.cache.FetchFailedException: E:The repository 'https://download.docker.com/linux/debian NA Release' does not have a Release file.\r\n", "msg": "MODULE FAILURE", "rc": 1}

Steps to Reproduce

---
- name: Test default configuration
  hosts: test-host
  roles:
    - haxorof.docker-ce

References

@haxorof haxorof added the fix label Mar 10, 2019
@haxorof haxorof changed the title Install faill Docker CE on Debian Buster 10 APT repository setup fails on Debian Buster 10 Mar 10, 2019
haxorof added a commit that referenced this issue Mar 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant