altlinuxteam / ansible-samba

Ansible role to deploy samba DCs and client against ALT Linux
MIT License
0 stars 7 forks source link

client: fixed interaction of resolvconf and NetworkManager #16

Closed asheplyakov closed 6 years ago

asheplyakov commented 6 years ago

resolvconf -d NetworkManager might fail if the machine hasn't received any DNS settings update from the NetworkManager yet (for instance if the machine in question has been just bootstrapped by vargrant). Ignore the exit code of resolvconf -d to avoid the problem.