Hello. 
I have a server with Ubuntu Server 16.04.1. I test some ansible features on 
it from my desktop with Ubuntu 16.04.1. 
So I have system user "www-data" for Apache with uid=33(www-data) 
gid=33(www-data) groups=33(www-data). 
I have directory /var/www/html/wordpress that I want to set permissions to 
the system user/group "www-data". 
I write that in playbook: 
file: path=/var/www/html/wordpress owner=www-data group=www-data mode=775 
state=directory recurse=yes

So when I check the permissions of directory /var/www/html/wordpress I see 
that the owner is "1001" and group is "1001". But I haven't the user and 
group with uid and gid 1001. And this is the problem. 
What can I do?

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/ce8079a1-e033-4f40-bbbf-91050eb708be%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to