Comment 0 for bug 1782548

Revision history for this message
Evgeny (ev4ern) wrote :

> ansible -m raw -a "apt-get -y install python-dev all"

```
ansible -m raw -a "apt-get -y install python-dev" all
```