mirror of https://github.com/ansible/ansible.git
* galaxy: restore left hand slicing in assignment
Fix 'ansible-galaxy role init --role-skeleton=role-skeleton' when the role skeleton
contains an ignored directory.
The issue was because the 'dirs' variable was changed to reference a different list,
but needs to be mutated instead to stop os.walk from traversing ignored directories.
Fixes: #71977
Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
(cherry picked from commit eb72c36a71)
Co-authored-by: manas-init <70483021+manas-init@users.noreply.github.com>
pull/73776/head
parent
ece31e1b51
commit
3e95e3c0a0
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- "ansible-galaxy - fixed galaxy role init command (https://github.com/ansible/ansible/issues/71977)."
|
||||
Loading…
Reference in New Issue