evolinux-base: Do not install serveur-base if Ubuntu server #57

Closed
opened 2019-06-20 10:18:53 +02:00 by benpro · 2 comments
Contributor
TASK [evolinux-base : Install/Update serveur-base meta-package] ****************   
task path: /localhome/bserie/GIT/ansible-roles/evolinux-base/tasks/packages.yml:83 
fatal: [evotest]: FAILED! => {
    "changed": false, 
    "failed": true, 
    "invocation": {
        "module_args": {
            "allow_unauthenticated": true, 
            "autoremove": false, 
            "cache_valid_time": 0, 
            "deb": null, 
            "default_release": null, 
            "dpkg_options": "force-confdef,force-confold", 
            "force": false, 
            "install_recommends": null, 
            "name": "serveur-base", 
            "only_upgrade": false, 
            "package": [
                "serveur-base"
            ], 
            "purge": false, 
            "state": "present", 
            "update_cache": false, 
            "upgrade": null
        }, 
        "module_name": "apt"
    }, 
    "msg": "No package matching 'serveur-base' is available"
}

``` TASK [evolinux-base : Install/Update serveur-base meta-package] **************** task path: /localhome/bserie/GIT/ansible-roles/evolinux-base/tasks/packages.yml:83 fatal: [evotest]: FAILED! => { "changed": false, "failed": true, "invocation": { "module_args": { "allow_unauthenticated": true, "autoremove": false, "cache_valid_time": 0, "deb": null, "default_release": null, "dpkg_options": "force-confdef,force-confold", "force": false, "install_recommends": null, "name": "serveur-base", "only_upgrade": false, "package": [ "serveur-base" ], "purge": false, "state": "present", "update_cache": false, "upgrade": null }, "module_name": "apt" }, "msg": "No package matching 'serveur-base' is available" } ```
benpro added this to the Ubuntu 18.04 milestone 2019-06-20 10:18:53 +02:00
benpro added the
bug
label 2019-06-20 10:18:53 +02:00
Author
Contributor

Test if http://pub.evolix.net/stretch/serveur-base_0.4.0_all.deb works on Ubuntu 18.04.
If it works, embed it in the role.

Test if http://pub.evolix.net/stretch/serveur-base_0.4.0_all.deb works on Ubuntu 18.04. If it works, embed it in the role.

Seems to work!

Seems to work!
Ghost closed this issue 2019-06-28 22:52:14 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: evolix/ansible-roles#57
No description provided.