Hi folks,
an iPhone has apt-get, so I’d like to configure them with Ansible using condition when: ansible_os_family == ‘iOs’ or something like that.
How can I extend Ansible so it sets ‘iOs’ value in ansible_os_family?
/usr/bin/sw_vers -productName invoked on iPhone returns iPhone Os which differs from Mac Os X on Mac. I couldn’t find nothing about ansible_os_family in the official repo.
Greetz Artem