coding.net - ansible git module not pulling code?
PHPz
PHPz 2017-05-02 09:46:16
0
1
814

This is my local log

commit dd43f262408f4d541b03b4163d3f0949f683dcc5
Author: yiwozhiming <xxxxxxx@qq .com>

Date: Fri Dec 23 11:12:31 2016 0800

广告编辑添加server_platform_id

This is the log of my server:

commit 5124dc0b40bc75be7dd43e412c23fe32c7128911

Author: yiwozhiming <xxxxxxx@qq .com>
Date: Fri Dec 23 10:10:29 2016 0800

广告编辑添加server_platform_id

You can see that the server’s log lags behind my local log
ansible:

---
- hosts: sp
  vars:
    ansible_ssh_pipelining: yes 
  
  tasks:
    - git:
        repo: git@git.coding.net:xxxx/GitName.git
        dest: /home/servername/GitName
         
        
        version: master
        update: yes
        key_file: /home/servername/.ssh/id_rsa
        
        

      notify:
        - restart GitName 
        - restart task-name
      
  handlers:
    - name: restart GitName
      supervisorctl: name=GitName state=restarted 
    - name: restart task-name
      supervisorctl: name=task-name state=restarted     

This is the git log

changed: [sp] => {"after": "4086a3e3819b8c7df298f1333b060b97c3f35979", "before": "ba3f9d29c63ca96c2829de819d8fd4914160814d", "changed": true, "invocation": {"module_a
rgs": {"accept_hostkey": false, "bare": false, "clone": true, "depth": null, "dest": "/home/servername/GitNmae", "executable": null, "force": false, "key_file": "/hom
e/servername/.ssh/id_rsa", "recursive": true, "reference": null, "refspec": null, "remote": "origin", "repo": "git@git.coding.net:xxx/GitName.git", "ssh_opts": nu
ll, "track_submodules": false, "update": true, "verify_commit": false, "version": "master"}, "module_name": "git"}, "warnings": []}    

Excuse me, where did I go wrong?

PHPz
PHPz

学习是最好的投资!

reply all(1)
小小卫

Master, I don’t know how. The absence of Doudou will not affect you. Accept me. Thank you. It’s really annoying to watch the video without Doudou.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template