[cfg@cfg test]$ ansible-playbook --diff -v --check -c local -i '127.0.0.1,' 
test.yml

PLAY [all] 
******************************************************************** 

GATHERING FACTS 
*************************************************************** 

ok: [127.0.0.1]

TASK: [template] 
************************************************************** 

changed: [127.0.0.1] => {"changed": true, "dest": "/tmp/test/test", "gid": 
500, "group": "cfg", "mode": "0777", "owner": "cfg", "secontext": 
"unconfined_u:object_r:user_home_t:s0", "size": 7, "src": "test.j2", "state"
: "link", "uid": 500}

PLAY RECAP 
******************************************************************** 
127.0.0.1                  : ok=2    changed=1    unreachable=0    failed=0 
  

[cfg@cfg test]$ ls -l test
lrwxrwxrwx. 1 cfg cfg 7 Sep 16 00:34 test -> test.j2



I have patched the release1.7.1 with "git diff 
08c679b20a35cccf14e32edcd1ae8e1f878d6e86 
0d77cb6d2a0ea32d0d6e8b561cef88f09b0d5b56"
The bug is not fixed. The result is above.


-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/d27b6164-eec7-4151-8343-7a42fbc68708%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to