Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 898413 Details for
Bug 1100350
[abrt] ansible: play.py:578:_load_tasks:ValueError: need more than 1 value to unpack
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 6.65 KB, created by
Sven Kieske
on 2014-05-22 15:43:09 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Sven Kieske
Created:
2014-05-22 15:43:09 UTC
Size:
6.65 KB
patch
obsolete
>play.py:578:_load_tasks:ValueError: need more than 1 value to unpack > >Traceback (most recent call last): > File "/usr/bin/ansible-playbook", line 317, in <module> > sys.exit(main(sys.argv[1:])) > File "/usr/bin/ansible-playbook", line 257, in main > pb.run() > File "/usr/lib/python2.7/site-packages/ansible/playbook/__init__.py", line 257, in run > play = Play(self, play_ds, play_basedir, vault_password=self.vault_password) > File "/usr/lib/python2.7/site-packages/ansible/playbook/play.py", line 152, in __init__ > self._tasks = self._load_tasks(self._ds.get('tasks', []), load_vars) > File "/usr/lib/python2.7/site-packages/ansible/playbook/play.py", line 578, in _load_tasks > (k,v) = t.split("=", 1) >ValueError: need more than 1 value to unpack > >Local variables in innermost frame: >tasks: [{'meta': 'flush_handlers'}, {'action': 'lineinfile dest=/etc/apt/sources.list state=present line="deb http://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/ ./"', 'name': 'ensure ppa for ovirt agent is present in sources.list'}, {'action': 'apt_key id=73A1A299 url=http://download.opensuse.org/repositories/home:/evilissimo:/deb/Debian_7.0/Release.key state=present', 'name': 'import agent key if it is not there'}, {'action': 'apt update_cache=yes', 'name': 'refresh package list'}, {'name': 'install packages', 'items_lookup_plugin': 'items', 'action': 'apt name={{item}} state=latest', 'items_lookup_terms': ['python-software-properties', 'curl', 'dnsutils', 'ethtool', 'less', 'ntp', 'ntpdate', 'ovirt-guest-agent', 'realpath', 'ssh', 'vim-nox', 'zip']}, {'name': 'remove packages', 'items_lookup_plugin': 'items', 'action': 'apt name={{item}} state=absent', 'items_lookup_terms': ['installation-report', 'os-prober', 'tcpd']}, {'action': 'file path=/root/setup/lib state=directory owner="root" group="root" mode=0700', 'name': 'creates setup directory'}, {'action': 'copy src=./files/cloudinit_bash.sh dest=/root/setup/cloudinit_bash.sh owner="root" group="root" mode=0700', 'name': 'copy main cloudinit script'}, {'action': 'copy src=./files/lib/ dest=/root/setup/lib/ owner="root" group="root" mode=0700', 'name': 'copy cloudinit helper scripts'}, {'action': 'lineinfile dest=/etc/resolv.conf line="{{item}}"', 'items_lookup_plugin': 'items', 'items_lookup_terms': ['nameserver 46.30.62.99', 'nameserver 46.30.62.98', 'nameserver 46.30.62.97'], 'name': 'ensure nameservers are there'}, {'action': 'mount name={{ansible_mounts[0].mount}} fstype={{ansible_mounts[0].fstype}} src="UUID={{ansible_mounts[0].device | basename}}" opts="errors=remount-ro,noatime" state=present', 'name': 'ensure noatime option in fstab is present'}, {'action': 'lineinfile dest=/etc/default/grub regexp=\'^GRUB_CMDLINE_LINUX_DEFAULT\' line=\'GRUB_CMDLINE_LINUX_DEFAULT="quiet elevator=deadline"\'', 'name': 'ensure elevator deadline', 'register': 'grub_config'}, {'action': 'command /usr/sbin/update-grub', 'when': 'grub_config|changed', 'name': 'update grub'}, {'action': 'ini_file dest=/etc/ovirt-guest-agent.conf section=logger_root option=handlers value=syslog', 'name': 'ensure ovirt guest agent handler is syslog'}, {'action': 'copy src=./files/ntp.conf dest=/etc/ntp.conf owner=root group=root mode=0644', 'name': 'write ntp.conf', 'notify': ['start ntp']}, {'action': 'copy src=./files/TimezoneBerlin dest=/etc/localtime owner=root group=root mode=0644', 'name': 'set time zone'}, {'action': 'command /sbin/tune2fs -c 0 -i 0 /dev/vda1', 'name': 'disable filesystem check'}, {'action': 'copy src=./files/rc.local dest=/etc/rc.local owner=root group=root mode=0755', 'name': 'copy rc.local to start cloud init script'}, {'action': 'lineinfile destfile=/etc/ssh/sshd_config regexp="^UseDNS" line="UseDNS no" state=present', 'name': 'enable SSH root login, disbale X11Forwarding and UseDNS', 'notify': ['restart ssh']}, {'action': 'file name=/root/setup/custom2.sh state=absent', 'name': 'ensure old custom2.sh is deleted'}, {'action': 'copy src=./clean_template.sh dest=/root/setup/clean_template.sh owner=root group=root mode=0700', 'name': 'copy cleanupscript'}, {'include': 'tasks/amp.yml {{default_setup_password}}', 'when': 'install == "amp"', 'name': 'add amp stuff if extra var is set'}, {'include': 'tasks/hhvm.yml {{default_setup_password}}', 'when': 'install == "hhvm"', 'name': 'add hhvm stuff if extra var is set'}, {'command': '/usr/bin/apt-get clean', 'name': 'clean apt-get'}, {'meta': 'flush_handlers'}, {'meta': 'flush_handlers'}] >vars: {'playbook_dir': '.', 'inventory_dir': '/home/sven/code/vroot/Toolbox2/Toolbox/grundimages/debian/debian7.4', 'role_names': []} >default_vars: {} >results: [<ansible.playbook.task.Task object at 0x311d0b0>, <ansible.playbook.task.Task object at 0x311cdb0>, <ansible.playbook.task.Task object at 0x30a9270>, <ansible.playbook.task.Task object at 0x3090750>, <ansible.playbook.task.Task object at 0x30908d0>, <ansible.playbook.task.Task object at 0x30a8930>, <ansible.playbook.task.Task object at 0x30a8ab0>, <ansible.playbook.task.Task object at 0x30a2570>, <ansible.playbook.task.Task object at 0x31088a0>, <ansible.playbook.task.Task object at 0x3108d30>, <ansible.playbook.task.Task object at 0x310cd90>, <ansible.playbook.task.Task object at 0x310d530>, <ansible.playbook.task.Task object at 0x3107900>, <ansible.playbook.task.Task object at 0x3107d90>, <ansible.playbook.task.Task object at 0x31064b0>, <ansible.playbook.task.Task object at 0x3106940>, <ansible.playbook.task.Task object at 0x3095d50>, <ansible.playbook.task.Task object at 0x3106ac0>, <ansible.playbook.task.Task object at 0x3119dd0>, <ansible.playbook.task.Task object at 0x311a280>, <ansible.playbook.task.Task object at 0x311a730>] >included_sudo_vars: {} >additional_conditions: [] >old_conditions: [] >self: <ansible.playbook.play.Play object at 0x3091130> >task_vars: {'name': 'add amp stuff if extra var is set', 'playbook_dir': '.', 'inventory_dir': '/home/sven/code/vroot/Toolbox2/Toolbox/grundimages/debian/debian7.4', 'default_setup_password': 'mittwald', u'install': u'standard', 'role_names': []} >new_role: None >included_additional_conditions: ['install == "amp"', 'install == "amp"'] >include_vars: {'name': 'add amp stuff if extra var is set'} >tokens: ['tasks/amp.yml', '{{default_setup_password}}'] >role_name: None >original_file: None >task: <ansible.playbook.task.Task object at 0x311a730> >items: [''] >k: 'name' >item: '' >mv: {'default_setup_password': 'mittwald', 'item': '', 'name': 'add amp stuff if extra var is set', u'install': u'standard', 'role_names': [], 'playbook_dir': '.', 'inventory_dir': '/home/sven/code/vroot/Toolbox2/Toolbox/grundimages/debian/debian7.4'} >t: '{{default_setup_password}}' >sudo_vars: {} >x: {'include': 'tasks/amp.yml {{default_setup_password}}', 'when': 'install == "amp"', 'name': 'add amp stuff if extra var is set'}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 1100350
: 898413 |
898414