How does one use the --limit @develop/create_user.retry command?

How exactly can someone pick up where they left off in the installer? I see the option for --limit @develop/ but have no idea how to use it.

I’m installing on a fresh dev server. Everything goes fine until it reaches the following:

` [WARNING]: Host file not found: /etc/ansible/hosts

[WARNING]: provided hosts list is empty, only localhost is available

PLAY [localhost] ***************************************************************

TASK [setup] *******************************************************************
ok: [localhost]

TASK [Create user] *************************************************************
ok: [localhost]

TASK [Set home folder perms] ***************************************************
ok: [localhost]

TASK [Set home folder perms] ***************************************************
skipping: [localhost]

TASK [Set /tmp/.bench folder perms] ********************************************
fatal: [localhost]: FAILED! => {“changed”: true, “cmd”: [“chown”, “-R”, “boshi:boshi”, “/tmp/.bench”], “delta”: “0:00:00.004907”, “end”: “2016-08-17 11:53:32.664298”, “failed”: true, “rc”: 1, “start”: “2016-08-17 11:53:32.659391”, “stderr”: “chown: invalid group: ‘boshi:boshi’”, “stdout”: “”, “stdout_lines”: [], “warnings”: [“Consider using file module with owner rather than running chown”]}

NO MORE HOSTS LEFT *************************************************************
to retry, use: --limit @develop/create_user.retry

PLAY RECAP *********************************************************************
localhost : ok=3 changed=0 unreachable=0 failed=1

Traceback (most recent call last):
File “install.py”, line 342, in
install_bench(args)
File “install.py”, line 98, in install_bench
run_playbook(‘develop/create_user.yml’, extra_vars=extra_vars)
File “install.py”, line 292, in run_playbook
success = subprocess.check_call(args, cwd=os.path.join(cwd, ‘playbooks’))
File “/usr/lib64/python2.7/subprocess.py”, line 542, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command ‘[‘ansible-playbook’, ‘-c’, ‘local’, ‘develop/create_user.yml’, ‘-e’, ‘@/tmp/extra_vars.json’]’ returned non-zero exit status 2`

@shreyasp @vjFaLk can you help?

What command did you run to install?

Our installer goes through a python file, so you can’t do that. But just running the installer again is just fine as it will figure out what’s installed already.