Hello,
I got an issue when running ansible-playbook -i hosts/production server.yml
on a fresh Ubuntu 14.04 LTS 64-bit. This doesn’t seem to be Trellis related at all but a problem with the box but I’m wondering if someone else have had similar issues?
TASK: [common | Set timezone] *************************************************
failed: [79.99.2.67] => {"cmd": "timedatectl set-timezone Etc/UTC", "failed": true, "rc": 2}
msg: [Errno 2] No such file or directory
Running timedatectl
on the server gives -bash: timedatectl: command not found
timedatectl should be default on the server right? I wasn’t able to find any info on why this command isn’t available and was hoping someone here would have a clue.