Using How can I reconcile detached HEAD with master/origin? <http://stackoverflow.com/questions/5772192/how-can-i-reconcile-detached-head-with-master-origin> to fix the "HEAD detached" the extra modules I'm told:
Your branch is behind 'origin/devel' by 17 commits, and can be fast-forwarded. (use "git pull" to update your local branch) (ansible.git)tanner@alliance:extras$ git pull Updating 675d778..77eee2b Fast-forward .travis.yml | 2 +- cloud/amazon/GUIDELINES.md | 5 + cloud/cloudstack/cs_template.py | 17 ++ cloud/vmware/vmware_datacenter.py | 2 + messaging/rabbitmq_user.py | 2 +- monitoring/monit.py | 5 +- network/f5/bigip_monitor_http.py | 15 +- network/f5/bigip_monitor_tcp.py | 17 +- network/f5/bigip_node.py | 17 +- network/f5/bigip_pool.py | 15 +- network/f5/bigip_pool_member.py | 18 +- network/f5/bigip_virtual_server.py | 16 +- notification/hipchat.py | 5 +- packaging/language/maven_artifact.py | 8 +- packaging/os/homebrew_cask.py | 42 +++- packaging/os/zypper.py | 425 +++++++++++++++++++---------------- 16 files changed, 396 insertions(+), 215 deletions(-) And now (example) the zypper.py file matches what I'm seeing on github $ git log --follow zypper.py commit bb68df525c78c48951cd925b5982c9dff45222fb Author: Robin Roth <robin-roth@********.de> Date: Wed May 4 07:47:47 2016 +0200 But if I run "git submodule update --init --recursive" it changes both extra and core modules back to "HEAD detached" and (in this example) the zypper.py reverts back to a version Jan 28, 2016 $ git submodule update --init --recursive $ cd lib/ansible/modules/extras/packaging/os/ $ git log --follow zypper.py commit 36be779888cb69f6a2849c72731a9d03e5565d1e Author: Toshio Kuratomi <toshio@*********.org> Date: Thu Jan 28 09:20:37 2016 -0800 Please let me know what I'm doing wrong. Thanks. -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to ansible-devel+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.