Bug - os_upgrade.yml - debian-update missing #6

Closed
opened 2018-05-14 16:26:36 +00:00 by reelsense · 1 comment
reelsense commented 2018-05-14 16:26:36 +00:00 (Migrated from github.com)
PLAY [upgrade debian based machines] ***************************************************************

TASK [include_role] ********************************************************************************
skipping: [freebsd5]
skipping: [freebsd6]
ERROR! the role 'debian-update' was not found in /home/vagrant/ansible-experiments/package_updates/roles:/home/vagrant/ansible-experiments/package_updates/roles:/home/vagrant/ansible-experiments/package_updates

The error appears to have been in '/home/vagrant/ansible-experiments/package_updates/os_upgrade.yml': line 14, column 15, but may
be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

    - include_role:
        name: debian-update
              ^ here


TASK [include_role] ********************************************************************************

x-post: https://github.com/stationgroup/ansible-experiments/issues/7
https://github.com/stationgroup/ansible-experiments/issues/6

```yml PLAY [upgrade debian based machines] *************************************************************** TASK [include_role] ******************************************************************************** skipping: [freebsd5] skipping: [freebsd6] ERROR! the role 'debian-update' was not found in /home/vagrant/ansible-experiments/package_updates/roles:/home/vagrant/ansible-experiments/package_updates/roles:/home/vagrant/ansible-experiments/package_updates The error appears to have been in '/home/vagrant/ansible-experiments/package_updates/os_upgrade.yml': line 14, column 15, but may be elsewhere in the file depending on the exact syntax problem. The offending line appears to be: - include_role: name: debian-update ^ here TASK [include_role] ******************************************************************************** ``` --- x-post: https://github.com/stationgroup/ansible-experiments/issues/7 https://github.com/stationgroup/ansible-experiments/issues/6
reelsense commented 2018-05-14 16:34:18 +00:00 (Migrated from github.com)

ansible-galaxy install -r roles/requirements.yml solved this part of the bug. (not bug, operator error)

`ansible-galaxy install -r roles/requirements.yml` solved this ~~part of the bug.~~ (not bug, operator error)
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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: stationgroup/ansible-experiments#6
No description provided.