Skip to content

Instantly share code, notes, and snippets.

@danielBelenky
Created May 8, 2017 07:58
Show Gist options
  • Save danielBelenky/246fa270ec129466f29e11b9c7c5a12b to your computer and use it in GitHub Desktop.
Save danielBelenky/246fa270ec129466f29e11b9c7c5a12b to your computer and use it in GitHub Desktop.
gdeploy.sh error snippet
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/tmp/tmpukA8CC/pvcreate.yml': line 16, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
# Create pv on all the disks
- name: Create Physical Volume
^ here
The error appears to have been in '/tmp/tmpukA8CC/pvcreate.yml': line 16, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
# Create pv on all the disks
- name: Create Physical Volume
^ here
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/tmp/tmpukA8CC/vgcreate.yml': line 8, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create volume group on the disks
^ here
The error appears to have been in '/tmp/tmpukA8CC/vgcreate.yml': line 8, column 5, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create volume group on the disks
^ here
ERROR! no action detected in task. This often indicates a misspelled module name, or incorrect module path.
The error appears to have been in '/tmp/tmpukA8CC/lvcreate.yml': line 7, column 9, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create LVs with specified size for the VGs
^ here
The error appears to have been in '/tmp/tmpukA8CC/lvcreate.yml': line 7, column 9, but may
be elsewhere in the file depending on the exact syntax problem.
The offending line appears to be:
tasks:
- name: Create LVs with specified size for the VGs
^ here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment